visible -> exist in browser tests
This commit is contained in:
parent
49b21dfcec
commit
6c169bc9b7
@ -27,7 +27,7 @@ filterTests(['desktop'], () => {
|
|||||||
// Loop over each identifier and verify it exists.
|
// Loop over each identifier and verify it exists.
|
||||||
identifiers.forEach((identifier) => {
|
identifiers.forEach((identifier) => {
|
||||||
it(`Has identifier: ${identifier}`, () => {
|
it(`Has identifier: ${identifier}`, () => {
|
||||||
cy.get(identifier).should('be.visible');
|
cy.get(identifier).should('exist');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user