Skip to content

Commit

Permalink
feat: SKFP-1355 Adjust Cypress tests related to SKFP-1334
Browse files Browse the repository at this point in the history
  • Loading branch information
Karine St-Onge committed Nov 8, 2024
1 parent b2c7a93 commit 70bae35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/Consultation/PageFile.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('Page d\'un fichier - Vérifier les informations affichées', () => {
cy.get('[class*="EntityTitle"]').contains('GF_6DVS70V9');
});

it('Panneau Summary [SKFP-1334]', () => {
it('Panneau Summary', () => {
cy.get('a[class*="SummaryHeader_link"]').eq(0).contains(/^1$/); // data-cy="SummaryHeader_Studies_Button"
cy.get('a[class*="SummaryHeader_link"]').eq(0).contains('Study'); // data-cy="SummaryHeader_Studies_Button"
cy.get('a[class*="SummaryHeader_link"]').eq(1).contains(/^3$/); // data-cy="SummaryHeader_Participants_Button"
Expand Down

0 comments on commit 70bae35

Please sign in to comment.