Skip to content

Improve test reliability by adding page assertions in feature test helpers#12016

Merged
mitchellhenke merged 1 commit intomainfrom
mitchellhenke/more-reliable-test
Mar 31, 2025
Merged

Improve test reliability by adding page assertions in feature test helpers#12016
mitchellhenke merged 1 commit intomainfrom
mitchellhenke/more-reliable-test

Conversation

@mitchellhenke
Copy link
Copy Markdown
Contributor

🛠 Summary of changes

Based on reports here where a test attempts to go to the next page before completing authentication. Adding some additional assertions around page expectations addresses the issue for me locally. We don't see the issue in CI, so I suspect it's due to the speed of the system, and adding assertions makes sure requests can complete before moving on to the next step in the test.

@mitchellhenke mitchellhenke requested review from a team and akrito March 24, 2025 14:09
@mitchellhenke mitchellhenke force-pushed the mitchellhenke/more-reliable-test branch 2 times, most recently from cf56e84 to c7f5e07 Compare March 24, 2025 14:31
…lpers

changelog: Internal, Testing, Improve test reliability by adding page assertions in feature test helpers
@mitchellhenke mitchellhenke force-pushed the mitchellhenke/more-reliable-test branch from c7f5e07 to f063900 Compare March 31, 2025 13:05
@mitchellhenke mitchellhenke merged commit 3ad0149 into main Mar 31, 2025
1 check passed
@mitchellhenke mitchellhenke deleted the mitchellhenke/more-reliable-test branch March 31, 2025 13:21
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