Skip to content
Snippets Groups Projects
Unverified Commit fe79be30 authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #51 from FZJ-INM1-BDA/bugfix/finishTest

fix viewer is populated test
parents 7965ecf7 7d9a8ae6
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ describe('selecting template', () => {
await iavPage.wait(1000)
const viewerIsPopulated = await iavPage.viewerIsPopulated()
expect(viewerIsPopulated).toBeTrue
expect(viewerIsPopulated).toBe(true)
})
......@@ -36,6 +36,6 @@ describe('selecting template', () => {
await iavPage.wait(7000)
const viewerIsPopulated = await iavPage.viewerIsPopulated()
expect(viewerIsPopulated).toBeTrue
expect(viewerIsPopulated).toBe(true)
})
})
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