Skip to content

Commit

Permalink
Remove irrelevant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrah committed Aug 11, 2023
1 parent 56b6301 commit 7a32771
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/proxySubmissionTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,6 @@ async function walkThroughSubmissionFlow(t, hasAccount) {
);
await t.expect(goToReviewButton.exists).ok();
await t.click(goToReviewButton);
// await t.expect(Selector('button[data-test-workflow-files-next]').exists).ok();
// await t.click(Selector('button[data-test-workflow-files-next]'));

const noManuscriptAlert = Selector('#swal2-title').withText(
'No manuscript present'
Expand Down

0 comments on commit 7a32771

Please sign in to comment.