Skip to content

Commit

Permalink
Change submissions verification
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Jul 22, 2024
1 parent 15a34a2 commit 87bab28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/page_model/Submissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ class Submissions {
Selector('td.title-column a').withText(submissionTitle);
await t.expect(submissionLink.exists).ok();
await t.click(submissionLink);
await t
.expect(currLocation())
.contains(`${PASS_BASE_URL}/app/submissions/`);
await t.expect(currLocation()).contains(`${PASS_BASE_URL}/app/submissions`);
}
}

Expand Down

0 comments on commit 87bab28

Please sign in to comment.