Skip to content

Commit

Permalink
fixes cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
cammiida committed Dec 18, 2024
1 parent 2ce2446 commit 8ccbac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/integration/frontend-test/attachments-in-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ describe('Repeating group attachments', () => {

// Now that all attachments described above have been uploaded and verified, start deleting the middle attachment
// of the first-row multi-uploader to verify that the next attachment is shifted upwards.
cy.findByRole('row', { name: 'multiInFirstRow2 .pdf 0.00 MB. Ferdig lastet Slett vedlegg' }).within(() => {
cy.findByRole('row', { name: 'multiInFirstRow2 .pdf 11 B Ferdig lastet Slett vedlegg' }).within(() => {
cy.findByRole('button', { name: /slett/i }).click();
});

Expand Down

0 comments on commit 8ccbac5

Please sign in to comment.