Skip to content

Commit

Permalink
update basic-info
Browse files Browse the repository at this point in the history
  • Loading branch information
avneet-raj committed Sep 12, 2023
1 parent bbef996 commit ad423c2
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,6 @@ describe( 'Basic Info Page', function () {

}
});
// it( 'Check for any wrong URL entered & then tooltip and Modal appears' , () => {
// const WrongURL = 'randomtext';
// const Tooltiptext2 = 'we need the full URLs to your social profiles.';
// const ModalText2 = `One of those URLs doesn't look like a social media URL.`;
// SocialMediaTextValidations(WrongURL, Tooltiptext2, ModalText2 );
// } );

it( 'Check if Social Media URL checks are done', () => {
const invalidURL = 'htt';
Expand Down

0 comments on commit ad423c2

Please sign in to comment.