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
d9e3897e
Commit
d9e3897e
authored
4 years ago
by
fsdavid
Browse files
Options
Downloads
Patches
Plain Diff
small changes for fix bug #543
parent
3fa022fc
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/changeTemplate.prod.e2e-spec.js
+3
-5
3 additions, 5 deletions
e2e/src/navigating/changeTemplate.prod.e2e-spec.js
with
3 additions
and
5 deletions
e2e/src/navigating/changeTemplate.prod.e2e-spec.js
+
3
−
5
View file @
d9e3897e
...
...
@@ -31,14 +31,12 @@ describe('trans template navigation', () => {
it
(
'
Check region color after template change when region was selected
'
,
async
()
=>
{
const
searchParam
=
new
URLSearchParams
()
searchParam
.
set
(
'
templateSelected
'
,
'
MNI 152 ICBM 2009c Nonlinear Asymmetric
'
)
searchParam
.
set
(
'
parcellationSelected
'
,
'
JuBrain Cytoarchitectonic Atlas
'
)
const
url
=
'
/?templateSelected=MNI+152+ICBM+2009c+Nonlinear+Asymmetric&parcellationSelected=JuBrain+Cytoarchitectonic+Atlas
'
const
area
=
'
Area TE 3 (STG) - right hemisphere
'
const
expectedPosition
=
[
630
,
510
]
const
expectedColor
=
{
red
:
70
,
green
:
13
8
,
blue
:
57
}
const
expectedColor
=
{
red
:
70
,
green
:
13
9
,
blue
:
57
}
await
iavPage
.
goto
(
`/?
${
searchParam
.
toString
()}
`
,
{
interceptHttp
:
true
,
doNotAutomate
:
true
})
await
iavPage
.
goto
(
url
,
{
interceptHttp
:
true
,
doNotAutomate
:
true
})
await
iavPage
.
wait
(
200
)
await
iavPage
.
dismissModal
()
await
iavPage
.
waitUntilAllChunksLoaded
()
...
...
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