Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeetha-nayak committed Nov 29, 2023
1 parent 2d013ac commit a3576b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ describe( 'Basic Info Page', function () {

cy.get( socialTest ).should( 'exist' );
cy.get( socialTest ).clear();
cy.get( socialTest ).type( 'https://www.facebook.com/testfaceboob' );
cy.get( socialTest ).type( 'https://www.facebook.com/testfacebook' );

cy.get( socialTest2 ).should( 'exist' );
cy.get( socialTest2 ).clear();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ describe( 'Basic Info Page', function () {

cy.get( socialTest ).should( 'exist' );
cy.get( socialTest ).clear();
cy.get( socialTest ).type( 'https://www.facebook.com/testfaceboob' );
cy.get( socialTest ).type( 'https://www.facebook.com/testfacebook' );

cy.get( socialTest2 ).should( 'exist' );
cy.get( socialTest2 ).clear();
Expand Down

0 comments on commit a3576b0

Please sign in to comment.