We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb70b0 commit a31ba87Copy full SHA for a31ba87
1 file changed
cypress/e2e/community-create.cy.ts
@@ -4,8 +4,8 @@ beforeEach(() => {
4
});
5
6
it('should show loading component while saving', () => {
7
- cy.intercept('**/api/authz/authorizations/search/objects**canSubmit**').as('canSubmit');
8
- cy.wait('@canSubmit');
+ cy.intercept('**/api/config/properties/submit.type-bind.field').as('typeBind');
+ cy.wait('@typeBind');
9
10
const title = 'Test Community Title';
11
cy.get('#title').type(title);
0 commit comments