Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xpub-elife
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
xpub
xpub-elife
Commits
3dc3eb1a
Commit
3dc3eb1a
authored
6 years ago
by
Jennifer Spencer
Browse files
Options
Downloads
Patches
Plain Diff
test(manuscriptMetadata): include metadata page in e2e happy path test
parent
703bc0bf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!37
feat: create manuscript metadata page
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/submission.e2e.js
+17
-1
17 additions, 1 deletion
test/submission.e2e.js
with
17 additions
and
1 deletion
test/submission.e2e.js
+
17
−
1
View file @
3dc3eb1a
...
...
@@ -40,7 +40,23 @@ test('Happy path', async t => {
.
click
(
'
[data-test-id=next]
'
)
// metadata
await
t
.
click
(
'
[data-test-id=next]
'
)
await
t
.
typeText
(
'
[name=title]
'
,
'
Inferring multi-scale neural mechanisms with brain networking modelling
'
,
)
.
click
(
'
[role=listbox] button
'
)
.
click
(
Selector
(
'
[role=option]
'
).
nth
(
0
))
.
click
(
'
[name="metadata.discussedPreviously"]
'
)
.
typeText
(
'
[name="metadata.discussion"]
'
,
'
Spoke to Bob about another article
'
,
)
.
click
(
'
[name="metadata.consideredPreviously"]
'
)
.
typeText
(
'
[name="metadata.previousArticle"]
'
,
'
01234
'
)
.
click
(
'
[name="metadata.cosubmission"]
'
)
.
typeText
(
'
[name="metadata.cosubmissionTitle"]
'
,
'
56789
'
)
.
click
(
'
[data-test-id=next]
'
)
// reviewer suggestions
await
t
...
...
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