Skip to content

Ensure that correct calculated column submit button is clicked - #3147

Merged
labkey-tchad merged 2 commits into
developfrom
fb_calcColAssistantTestFix
Aug 12, 2026
Merged

Ensure that correct calculated column submit button is clicked#3147
labkey-tchad merged 2 commits into
developfrom
fb_calcColAssistantTestFix

Conversation

@labkey-tchad

Copy link
Copy Markdown
Member

Rationale

The same button element serves as a cancel button and a submit button. This can cause tests to inadvertently click stop when attempting to submit several sequential prompts.

org.openqa.selenium.TimeoutException: No new assistant response appeared in chat history. <10.000s>
  at app//org.labkey.test.util.Timer.waitFor(Timer.java:105)
  at app//org.labkey.test.util.Timer.waitFor(Timer.java:112)
  at app//org.labkey.test.WebDriverWrapper.waitFor(WebDriverWrapper.java:2383)
  at app//org.labkey.test.components.domain.CalculatedColumnAssistantDialog.submitPrompt(CalculatedColumnAssistantDialog.java:57)
  at app//org.labkey.test.components.domain.CalculatedColumnAssistantDialog.sendPrompt(CalculatedColumnAssistantDialog.java:72)
  at app//org.labkey.test.tests.professional.STDesignerCalculatedColumnAssistantTest.testConversationContinuity(STDesignerCalculatedColumnAssistantTest.java:682)

Related Pull Requests

  • N/A

Changes

  • Ensure that correct calculated column submit button is clicked

@labkey-tchad
labkey-tchad requested a review from DariaBod August 7, 2026 18:24
@labkey-tchad labkey-tchad self-assigned this Aug 7, 2026
@labkey-tchad

Copy link
Copy Markdown
Member Author

@labkey-tchad
labkey-tchad merged commit 0a08ce2 into develop Aug 12, 2026
6 of 7 checks passed
@labkey-tchad
labkey-tchad deleted the fb_calcColAssistantTestFix branch August 12, 2026 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants