Skip to content

Commit

Permalink
chore: cypress test adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
emcelroy committed Sep 20, 2024
1 parent e33034c commit c560aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/elements/common/SortedWork.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class SortedWork {
: '[data-testid="doc-group-list"] [data-test="simple-document-item"]';

// Assign the documents list to a variable to simplify the code
cy.get(".section-header-left").contains(groupName).parent().parent()
cy.get(".section-header").contains(groupName).parent().parent()
.siblings('[data-testid="section-document-list"]')
.within(() => {
cy.get(docSelector).as("groupDocs");
Expand Down

0 comments on commit c560aea

Please sign in to comment.