We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d79ac0 commit b404908Copy full SHA for b404908
cypress/e2e/tenants/tenants.spec.js
@@ -22,7 +22,7 @@ describe('Tenants', () => {
22
23
const createApp = () => {
24
cy.visitApp('/tenants')
25
- cy.clickBtn('Create')
+ cy.clickBtn(/^Create$/)
26
cy.fillFields(tenant)
27
cy.clickBtn('Create')
28
cy.getListingItem(tenant.tenantName).find('.title a').click()
0 commit comments