stable

Clone or download

Read-only

cy.should should never be called directly

part of request #22703 cypress tests should not rely on cy.contains Like what was done for request #22679 we must be careful on the way we write our test: We should not rely on cy.contains(...) or cy.should(...) we must privilege data-test attribute whenever we can Change-Id: Ief23ead845a1a91ae840b623fd8aaf45a742d42d

Modified Files

Name
M src/templates/project/admin/ugroup-settings-member-list.mustache +1 −1 Go to diff View file
M src/templates/project/members/project-members.mustache +1 −1 Go to diff View file
M tests/e2e/full/cypress/integration/project_admin.spec.ts +16 −10 Go to diff View file