| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When we extract the in-IP as a string the expect will only evaluate
the condition once, and then fail. However the in-IP might not have
updated at the time the condition is checked, and as such the expect
will fail.
This change makes it possible to re-evaluate using Playwright's
expect polling functionality.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 356a67c96010f2d174b927a9125ba7ceee88fdf3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
So as to not interfer with other tests, see inline comments.
|
|
|
|
- Reorder methods alphabetically
- Reorder methods into groups where relevant
- Reorder selectors alphabetically
|
|
|
|
Can be disabled by setting TEST_SHOW_WINDOW=1
|
|
|
|
|
|
|
|
|