Skip to content

Commit

Permalink
move scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed May 25, 2024
1 parent 46333f3 commit 253293e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
git clone https://github.com/sitespeedio/sitespeed.io.git
cd sitespeed.io
npm install
bin/sitespeed.js ../test/addatest.mjs --multi -n 1 --headless
bin/sitespeed.js ../test/scripts/addatest.mjs --multi -n 1 --headless
- name: Display Server log
if: failure() || success()
run: cat server.log
Expand Down
2 changes: 1 addition & 1 deletion test/addatest.mjs → test/scripts/addatest.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export default async function (context, commands) {
await commands.addText.byId('--headless', 'commandlinearea');
await commands.measure.start('RunTest');
await commands.click.byIdAndWait('submittest');
// await commands.wait.byXpath('/html/body/div[2]/h1',30000);
await commands.wait.byXpath('/html/body/div[2]/h1',30000);
return commands.measure.stop();
}

0 comments on commit 253293e

Please sign in to comment.