mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix integration tests to accomodate new ui suggestion screen changes.
This commit is contained in:
parent
30d92b8d3f
commit
915c4fd1b1
@ -27,6 +27,11 @@ async function runFirstTimeUsageTest(assert, done) {
|
|||||||
|
|
||||||
const app = $('#app-content')
|
const app = $('#app-content')
|
||||||
|
|
||||||
|
// Selects new ui
|
||||||
|
const tryNewUIButton = (await findAsync(app, 'button.negative'))[0]
|
||||||
|
tryNewUIButton.click()
|
||||||
|
await timeout()
|
||||||
|
|
||||||
// recurse notices
|
// recurse notices
|
||||||
while (true) {
|
while (true) {
|
||||||
const button = await findAsync(app, 'button')
|
const button = await findAsync(app, 'button')
|
||||||
|
Loading…
Reference in New Issue
Block a user