Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
siibra-explorer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiao Gui
siibra-explorer
Commits
c979ecbe
Commit
c979ecbe
authored
4 years ago
by
Xiao Gui
Browse files
Options
Downloads
Patches
Plain Diff
[skip ci] fix e2e history
parent
e7a83e86
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
e2e/src/advanced/history.prod.e2e-spec.js
+0
-4
0 additions, 4 deletions
e2e/src/advanced/history.prod.e2e-spec.js
with
0 additions
and
4 deletions
e2e/src/advanced/history.prod.e2e-spec.js
+
0
−
4
View file @
c979ecbe
...
...
@@ -36,10 +36,8 @@ describe('> navigating IAV via history', () => {
delta
:
[
Math
.
round
(
width
/
8
),
Math
.
round
(
height
/
8
)
]
})
await
iavPage
.
wait
(
5000
)
await
iavPage
.
waitUntilAllChunksLoaded
()
await
iavPage
.
historyBack
()
await
iavPage
.
wait
(
5000
)
await
iavPage
.
waitUntilAllChunksLoaded
()
const
nav2
=
await
iavPage
.
getNavigationState
()
// expect some positions to change after dragging
...
...
@@ -51,10 +49,8 @@ describe('> navigating IAV via history', () => {
it
(
'
> history back, viewer should despawn
'
,
async
()
=>
{
await
iavPage
.
wait
(
5000
)
await
iavPage
.
waitUntilAllChunksLoaded
()
await
iavPage
.
historyBack
()
await
iavPage
.
wait
(
5000
)
await
iavPage
.
waitUntilAllChunksLoaded
()
const
flag
=
await
iavPage
.
viewerIsPopulated
()
expect
(
flag
).
toBeFalse
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment