Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Bdegraaf1234 committed Mar 22, 2024
1 parent f6c3eec commit 6a8e23f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('Project view: Generate QR code', () => {
.should('have.text', 'Pair an application');
cy.get('#field_clientApp').select('pRMT');
cy.get('button').contains('Generate QR code').click();
cy.get('qrcode').should('have.length', 1);
cy.get('qr-code').should('have.length', 1);
cy.get('button.close').click();
});
});

0 comments on commit 6a8e23f

Please sign in to comment.