Skip to content

Commit

Permalink
Changes with respect to WV-421 First Pass of How it works Page Automa…
Browse files Browse the repository at this point in the history
…tion Test Cases: Web
  • Loading branch information
charanyachinnasamy committed Feb 5, 2025
1 parent f5008dd commit 9faa104
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/browserstack_automation/page_objects/faq.page.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ class FAQPage extends Page {
}

export default new FAQPage();
// const { describe } = require('mocha');

4 changes: 2 additions & 2 deletions tests/browserstack_automation/specs/FAQPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { driver, expect } from '@wdio/globals';
import ReadyPage from '../page_objects/ready.page';
import FAQPage from '../page_objects/faq.page';

const { describe, it } = require('mocha');


const waitTime = 10000;

Expand Down Expand Up @@ -124,7 +124,7 @@ describe('FAQ Page', () => {
});

// FAQ_015
it.only('verifyGooglePlayRedirected', async () => {
it('verifyGooglePlayRedirected', async () => {
await (await FAQPage.getWeVoteAndroidLinkElement).waitForClickable();
await FAQPage.getWeVoteAndroidLinkElement.click();
await FAQPage.waitForURL('https://play.google.com/store/apps/details?id=org.wevote.cordova&hl=en_US');
Expand Down

0 comments on commit 9faa104

Please sign in to comment.