Skip to content

Commit

Permalink
Update login for new IDP login view
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Sep 6, 2024
1 parent 3849fc5 commit e50f319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/commonTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function loginLocal(usr) {
.navigateTo(LOGIN_URL)
.typeText('#username', usr)
.typeText('#password', 'moo')
.click('.form-element.form-button');
.click('button');
}

async function loginSsoMs() {
Expand Down

0 comments on commit e50f319

Please sign in to comment.