Skip to content
Snippets Groups Projects
Commit 44a409d7 authored by Mihail Dunaev's avatar Mihail Dunaev
Browse files

test(e2e): fix tests to work with new declaration name at the end of submission

re #47
parent b4ea4325
No related branches found
No related tags found
1 merge request!4647 reviewers backend
Pipeline #6718 passed with stages
in 7 minutes and 46 seconds
......@@ -84,7 +84,7 @@ test('Happy path', async t => {
.typeText('[name="suggestedReviewers.1.email"]', 'reece@example.net')
.typeText('[name="suggestedReviewers.2.name"]', 'Dave')
.typeText('[name="suggestedReviewers.2.email"]', 'dave@example.org')
.click(Selector('[name=declaration]').parent())
.click(Selector('[name=noConflictOfInterest]').parent())
.click('[data-test-id=next]')
})
......
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