Skip to content

Commit b404908

Browse files
Fix tenants test
1 parent 4d79ac0 commit b404908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/tenants/tenants.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe('Tenants', () => {
2222

2323
const createApp = () => {
2424
cy.visitApp('/tenants')
25-
cy.clickBtn('Create')
25+
cy.clickBtn(/^Create$/)
2626
cy.fillFields(tenant)
2727
cy.clickBtn('Create')
2828
cy.getListingItem(tenant.tenantName).find('.title a').click()

0 commit comments

Comments
 (0)