Skip to content

Commit

Permalink
Update cypress/e2e/edge-application/add-error-response.cy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vinigfer authored Dec 13, 2024
1 parent af072b0 commit 9467b36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/edge-application/add-error-response.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const createEdgeApplicationCase = () => {
cy.get(selectors.list.filteredRow.column('name')).click()
}

// TODO: remove xfail tag when the API v4 is fixed
describe('Edge Application', { tags: ['@dev4'] }, () => {
beforeEach(() => {
fixtures.edgeApplicationName = generateUniqueName('EdgeApp')
Expand Down

0 comments on commit 9467b36

Please sign in to comment.