Skip to content

Add tests for footer social links - #4882

Open
amitha-m-joe wants to merge 1 commit into
wevote:developfrom
amitha-m-joe:footer-social-links-wv2637
Open

Add tests for footer social links#4882
amitha-m-joe wants to merge 1 commit into
wevote:developfrom
amitha-m-joe:footer-social-links-wv2637

Conversation

@amitha-m-joe

Copy link
Copy Markdown
  • All 9/9 passing on BrowserStack (Chrome)
Screenshot 2026-07-28 at 1 23 11 PM

Test Coverage: icon visibility, platform existence, href correctness (Facebook/Instagram/Twitter), target="_blank" behavior, new-tab-stays-open, hover cursor state, broken image check.

- All 9/9 passing on BrowserStack (Chrome)

@charanya-QA charanya-QA left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@amitha-m-joe : 1) Can you Please remove the driver.pause(waitTime) since you are already using waitforDisplayed already
2) Also if you could add the repeated steps of all the test case before each?beforeEach(async () => {
await FooterSocialLinksPage.load();
await FooterSocialLinksPage.scrollToFooter();
await FooterSocialLinksPage.facebookLink.waitForDisplayed({
timeout: waitTime,
});
});
then each test would have only assertions
3) TC-011 open a new tab but doesn't closes it. When we execute all the modules this would be a problem , Can you pls close that too?

rest all looks good ! Thanks for attaching the screenshot of browserstack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants