Skip to content
Snippets Groups Projects
Commit fc321f19 authored by Xiao Gui's avatar Xiao Gui
Browse files

fix e2e

parent 697690c9
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,8 @@ describe('> sidenav', () => {
do {
} while(
await this.wait(100),
!(await this.viewerIsPopulated())
await layoutPage.wait(100),
!(await layoutPage.viewerIsPopulated())
)
})
......@@ -60,8 +60,8 @@ describe('> status panel', () => {
do {
} while(
await this.wait(100),
!(await this.viewerIsPopulated())
await layoutPage.wait(100),
!(await layoutPage.viewerIsPopulated())
)
})
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment