Skip to content
Snippets Groups Projects
Commit 23452640 authored by Arie Peterson's avatar Arie Peterson Committed by Varac
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 82175f0a
No related branches found
No related tags found
No related merge requests found
...@@ -182,9 +182,6 @@ const assert = require('assert'); ...@@ -182,9 +182,6 @@ const assert = require('assert');
console.log('• Dashboard') console.log('• Dashboard')
await goto(dashboardUrl) await goto(dashboardUrl)
await click("Login")
await click('Login with OAS')
await assert.ok(await text('Log in to user-panel').exists());
} }
} catch (error) { } catch (error) {
......
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