Skip to content

Commit

Permalink
update MAAS domain
Browse files Browse the repository at this point in the history
- update heading selector
  • Loading branch information
petermakowski committed Jan 11, 2024
1 parent 51bc75b commit 8b1fd95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sitespeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Run sitespeed.io
runs-on: ubuntu-22.04
env:
MAAS_DOMAIN: localhost
MAAS_DOMAIN: "127.0.0.1"
steps:
- uses: actions/checkout@main
- name: Setup MAAS
Expand Down
2 changes: 1 addition & 1 deletion sitespeed.io/scripts/machines.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const TIMEOUT = 120000;
const waitForMachines = async (context, commands, pageSize = 50) => {
context.log.info("waiting for machine list count");
await commands.wait.byCondition(
`document.querySelector('[data-testid="section-header-title"]').textContent.includes("1000 machines")`,
`document.querySelector('[data-testid="main-toolbar-heading"]').textContent.includes("1000 machines")`,
TIMEOUT
);
context.log.info(`waiting for ${pageSize} machine list rows`);
Expand Down

0 comments on commit 8b1fd95

Please sign in to comment.