Skip to content
Snippets Groups Projects
Verified Commit 8cdb05c8 authored by Mark's avatar Mark
Browse files

Make button selector more explicit

parent 490f3025
No related branches found
No related tags found
1 merge request!2Minimal frontend
......@@ -13,7 +13,8 @@ module.exports = {
.url(browser.globals.url)
.waitForElementVisible('body')
.click("link text", "Login")
.assert.containsText('.btn', 'Login with OAS')
.waitForElementVisible('.login-button')
.assert.containsText('.login-button', 'Login with OAS')
.end();
}
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment