Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change compared page object to match by name (#8915)
I believe this test became flaky after #8833, you can see an example failure here: https://app.circleci.com/pipelines/github/hashicorp/nomad/11809/workflows/0dc3c8f4-187c-44af-8bdb-6f010d653081/jobs/100848 The goal here is not to assert that the first task group in the server database matches the first row displayed, but before #8833 it could be assumed that they did match. This changes to find the row corresponding to the first server task group instead of assuming it’ll be first.
- Loading branch information