Skip to content

Commit

Permalink
fix cypress test 55_updateFeature
Browse files Browse the repository at this point in the history
  • Loading branch information
saithsab877 committed Feb 18, 2025
1 parent cff91a5 commit 5d17ca7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cypress/e2e/55_updateFeature.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ describe('Update feature To Workspace', () => {
cy.contains(newFeature).should('exist', { timeout: 3000 });
cy.wait(1000);

cy.get('[data-testid="architecture-option-btn"]').click();
cy.get('[data-testid="architecture-edit-btn"]').click();

const updatedFeature = 'Feature Architecture';
cy.get('[data-testid="architecture-textarea"]').type(updatedFeature);
cy.get('[data-testid="architecture-update-btn"]').click();
Expand Down

0 comments on commit 5d17ca7

Please sign in to comment.