Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed May 24, 2024
1 parent 93f99fe commit 82a4df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/addatest.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default async function (context, commands) {
await commands.wait.byId('commandlinearea', 5000);
await commands.addText.byId('--headless', 'commandlinearea');
await commands.measure.start('RunTest');
await commands.click.byId('submittest');
await commands.wait.byXpath('/html/body/div[2]/h1',30000);
await commands.click.byIdAndWait('submittest');
// await commands.wait.byXpath('/html/body/div[2]/h1',30000);
return commands.measure.stop();
}

0 comments on commit 82a4df8

Please sign in to comment.