Skip to content

Commit

Permalink
feat: CQDG-425 Adjust Cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Karine St-Onge committed Oct 26, 2023
1 parent 68ec00f commit 2d8f300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/Consultation/PageVariant.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ describe('Page d\'un variant - Valider les liens disponibles', () => {

it('Lien RefSeq du panneau Gene Consequences', () => {
cy.get('[id="consequence"]').find('div[class*="EntityTable_contentTable"]').find('tr[class*="ant-table-row"]').eq(0).find('td[class="ant-table-cell"]').eq(8).find('[href]')
.should('have.attr', 'href', 'https://www.ncbi.nlm.nih.gov/nuccore/NM_001377458?report=graph');
.should('have.attr', 'href', 'https://www.ncbi.nlm.nih.gov/nuccore/NM_001377467.1,NM_001377466.1,NM_001377465.1,NM_001377468.1,NM_001377458.1,NM_001377459.1?report=graph');
});

it('Lien \'2 other transcripts\' du panneau Gene Consequences [CQDG-135]', () => {
Expand Down

0 comments on commit 2d8f300

Please sign in to comment.