Skip to content

Commit

Permalink
use root url for login
Browse files Browse the repository at this point in the history
  • Loading branch information
petermakowski committed Feb 5, 2024
1 parent a5999dd commit 18ea71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sitespeed.io/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = async function (context, commands) {
name: "skipintro",
value: "true",
});
await commands.navigate(constructURL(context, "/network-discovery"));
await commands.navigate(constructURL(context, "/"));
await commands.wait.bySelector("input[name='username']", TIMEOUT);
await commands.addText.byName("admin", "username");
await commands.addText.byName("test", "password");
Expand Down

0 comments on commit 18ea71a

Please sign in to comment.