Skip to content

Commit

Permalink
exemplar isn't always the first doc
Browse files Browse the repository at this point in the history
  • Loading branch information
scytacki committed May 23, 2024
1 parent 06a70c2 commit aed1b61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ describe('SortWorkView Tests', () => {
});

cy.log("verify that exemplar document shows in Sort Work");
sortWork.getSortWorkItem().eq(0).should('contain', exemplarDocs[0]);
sortWork.getSortWorkItem().should('contain', exemplarDocs[0]);

cy.log("open problem doc and make sure Edit button doesn't show and Close button shows");
sortWork.getSortWorkItem().contains(studentProblemDocs[0]).click();
Expand Down

0 comments on commit aed1b61

Please sign in to comment.