diff --git a/tests/commonTest.js b/tests/commonTest.js index 11eb25d..50ea3e7 100644 --- a/tests/commonTest.js +++ b/tests/commonTest.js @@ -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() {