Skip to content

Commit

Permalink
Fix NewsletterSubscribe tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatnema committed Nov 13, 2023
1 parent dc79237 commit 4fbaee1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/test/components/NewsletterSubscribe.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ describe('NewsletterSubscribe Component', () => {
cy.get('[data-testid="NewsletterSubscribe-main"]').should('exist');
cy.get('[data-testid="NewsletterSubscribe-text-input"]').type("name");
cy.get('[data-testid="NewsletterSubscribe-email-input"]').type("[email protected]")
cy.get('form[name="form 1"]').should('exist');
cy.get('input[name="type"]').should('exist');
cy.get('input[name="name"]').should('exist');
cy.get('input[name="email"]').should('exist');

Expand Down

0 comments on commit 4fbaee1

Please sign in to comment.