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
dbc2e6b4
Commit
dbc2e6b4
authored
5 years ago
by
Xiao Gui
Committed by
xgui3783
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fixing e2e
parent
fcc96601
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/navigating/mouseOverNehuba.e2e-spec.js
+4
-4
4 additions, 4 deletions
e2e/src/navigating/mouseOverNehuba.e2e-spec.js
with
4 additions
and
4 deletions
e2e/src/navigating/mouseOverNehuba.e2e-spec.js
+
4
−
4
View file @
dbc2e6b4
...
...
@@ -139,7 +139,7 @@ const dictionary = {
expectedLabelName
:
'
White matter
'
},
{
position
:
[
293
,
598
],
position
:
[
600
,
150
],
expectedLabelName
:
'
Grey matter
'
}
]
...
...
@@ -147,7 +147,7 @@ const dictionary = {
}
}
describe
(
'
mouse over viewer show area name
'
,
()
=>
{
describe
(
'
>
mouse over viewer show area name
'
,
()
=>
{
let
iavPage
beforeAll
(
async
()
=>
{
iavPage
=
new
AtlasPage
()
...
...
@@ -156,7 +156,7 @@ describe('mouse over viewer show area name', () => {
for
(
const
templateName
in
dictionary
)
{
for
(
const
parcellationName
in
dictionary
[
templateName
])
{
describe
(
`testing template:
${
templateName
}
& parcellation:
${
parcellationName
}
`
,
()
=>
{
describe
(
`
>
testing template:
${
templateName
}
& parcellation:
${
parcellationName
}
`
,
()
=>
{
const
{
url
,
tests
}
=
dictionary
[
templateName
][
parcellationName
]
beforeAll
(
async
()
=>
{
...
...
@@ -173,7 +173,7 @@ describe('mouse over viewer show area name', () => {
await
iavPage
.
waitUntilAllChunksLoaded
()
})
for
(
const
{
position
,
expectedLabelName
}
of
tests
)
{
it
(
`at cursor position:
${
JSON
.
stringify
(
position
)}
, expect label name:
${
expectedLabelName
}
`
,
async
()
=>
{
it
(
`
>
at cursor position:
${
JSON
.
stringify
(
position
)}
, expect label name:
${
expectedLabelName
}
`
,
async
()
=>
{
await
iavPage
.
cursorMoveTo
({
position
})
await
iavPage
.
wait
(
2000
)
...
...
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