Skip to content

Commit

Permalink
Merge branch 'develop' into kl/mil-tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
klakhov committed Feb 4, 2022
1 parent 3c6de7f commit fe4d578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ Cypress.Commands.add('deleteLabel', (labelName) => {
.and('be.visible')
.find('[aria-label="close"]')
.click();
cy.intercept('PATCH', /\/api\/v1\/(tasks|projects)\/.*/).as('deleteLabel');
cy.intercept('PATCH', /\/api\/(tasks|projects)\/.*/).as('deleteLabel');
cy.get('.cvat-modal-delete-label')
.should('be.visible')
.within(() => {
Expand Down

0 comments on commit fe4d578

Please sign in to comment.