Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up TriggerScriptTest #1859

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

labkey-danield
Copy link
Contributor

@labkey-danield labkey-danield commented Mar 14, 2024

Rationale

The TriggerScriptTest failed in develop and 24.3 because it wasn't catching the expected text. This changes the test to use waitFor to wait for expected texts and elements.
This also re-enabled a test that had been marked as ignore because of Issue 25741. The issue was fixed three years ago.

24.3 TeamCity run of test.

Related Pull Requests

  • None

Changes

  • Replace many asserts with waitFor
  • Re-enable a test because issue has been fixed.

Use waits (don't assume text and controls appear instantly).
Re-enabled test marked as ignored because of Issue 25741 (it was fixed 3 years ago).
@labkey-danield labkey-danield requested review from a team and labkey-sweta and removed request for a team March 14, 2024 16:20
@labkey-danield labkey-danield merged commit ec29a83 into release24.3-SNAPSHOT Mar 18, 2024
4 checks passed
@labkey-danield labkey-danield deleted the 24.3_fb_WaitForTextTestFix branch March 18, 2024 19:26
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