forked from wevote/WebApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFAQPage.js
159 lines (134 loc) · 5.97 KB
/
FAQPage.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
import { driver, expect } from '@wdio/globals';
import ReadyPage from '../page_objects/ready.page';
import FAQPage from '../page_objects/faq.page';
const waitTime = 10000;
beforeEach(async () => {
await ReadyPage.load();
await driver.maximizeWindow();
await driver.pause(waitTime);
await ReadyPage.waitAboutLinkAndClick();
});
describe('FAQ Page', () => {
// FAQ_001
it('verifyAboutLinkRedirected @BVT', async () => {
await expect(FAQPage.getFAQPageTitleElement).toHaveText('Frequently Asked Questions');
});
// FAQ_003
it('verifyFacebookIconRedirected', async () => {
await (await FAQPage.getFacebookIconElement).waitForClickable({ timeout: 15000 });
await FAQPage.getFacebookIconElement.click();
await FAQPage.waitForURL('https://www.facebook.com/WeVoteUSA');
await expect(driver).toHaveTitle('We Vote | Facebook');
});
// FAQ_005
// Email icon link is inactive
// it('verifyEmailIconRedirected', async () => {
// await ReadyPage.load();
// await ReadyPage.waitAboutLinkAndClick();
// await FAQPage.getEmailIconElement.waitForDisplayed({ timeout: 1waitTime });
// await FAQPage.getEmailIconElement.click();
// await driver.switchWindow('https://wevote.us8.list-manage.com/subscribe?u=29bec99e46ac46abe32781925&id=5e052cb629');
// await expect(driver).toHaveTitle('We Vote');
// });
// FAQ_006
it('verifyGitHubIconAndLinksRedirected', async () => {
await FAQPage.getGitHubIconElement;
await expect(await FAQPage.getGitHubIconElement).toBeElementsArrayOfSize(3);
const actualResultArray = await FAQPage.clickGitHubIconAndLinks();
for (let i = 0; i < actualResultArray.length; i++) {
const actualResult = actualResultArray[i];
await expect(actualResult).toHaveTitle('We Vote · GitHub');
}
});
// FAQ_007
it('verifyBlogIconRedirected', async () => {
await (await FAQPage.getBlogIconElement).waitForClickable();
await FAQPage.getBlogIconElement.click();
await FAQPage.waitForURL('https://blog.wevote.us/');
await expect(driver).toHaveTitle(expect.stringContaining('Share your Vision'));
});
// FAQ_009
it('verifyEducationLinkRedirected', async () => {
await (await FAQPage.getWeVoteEducationWebsiteElement).waitForClickable();
await FAQPage.getWeVoteEducationWebsiteElement.click();
await FAQPage.waitForURL('https://www.wevoteeducation.org/');
await expect(driver).toHaveTitle('We Vote Education Fund');
});
// FAQ_010
it('verifyWeVoteUSALinkRedirected', async () => {
await (await FAQPage.getWeVoteUSAWebsiteElement).waitForClickable();
await FAQPage.getWeVoteUSAWebsiteElement.click();
await FAQPage.waitForURL('https://www.wevoteusa.org/');
await expect(driver).toHaveTitle('We Vote USA');
});
// FAQ_011
it('verifyVolunteerOpeningsLinkRedirected', async () => {
const volunteerElements = await FAQPage.getWeVoteVolunteerElements;
// await volunteerElements[0].waitForClickable();
await expect(volunteerElements).toBeElementsArrayOfSize(2);
const actualResultArray = await FAQPage.clickVolunteerOpeningsLinks();
for (let i = 0; i < actualResultArray.length; i++) {
const actualResult = actualResultArray[i];
// assert.equal(actualResult, 'WeVote - Career Page');
await expect(actualResult).toHaveTitle('WeVote - Career Page');
}
});
// it('verifyTeamLinkRedirected', async () => {
// await ReadyPage.load();
// await ReadyPage.waitAboutLinkAndClick();
// await driver.pause(waitTime);
// await FAQPage.getAboutPageTitleElement.click();
// driver.switchWindow('https://quality.wevote.us/more/about');
// await driver.pause(waitTime);
// await expect(driver).toHaveTitle('About WeVote');
// });
// // FAQ_012
it('verifyTeamLinkRedirected', async () => {
await (await FAQPage.getAboutPageTitleElement).waitForClickable();
await FAQPage.getAboutPageTitleElement.click();
await FAQPage.waitForURL('https://quality.wevote.us/more/about');
await expect(driver).toHaveTitle('About WeVote');
});
// FAQ_013
it('verifyContactUsRedirected', async () => {
await (await FAQPage.getWeVoteContactUsFormElement).waitForClickable();
await FAQPage.getWeVoteContactUsFormElement.click();
await FAQPage.waitForURL('https://help.wevote.us/hc/en-us/requests/new');
// await FAQPage.getWeVoteUSAWebsiteElement.click
await expect(driver).toHaveTitle('Submit a request – We Vote');
});
// FAQ_014
it('verifyAppStoreRedirected', async () => {
await (await FAQPage.getWeVoteIPhoneLinkElement).waitForClickable();
await FAQPage.getWeVoteIPhoneLinkElement.click();
await FAQPage.waitForURL('https://apps.apple.com/us/app/we-vote-ballot-guide-wevote/id1347335726');
await expect(driver).toHaveTitle('We Vote Ballot Guide, @WeVote on the App Store');
});
// FAQ_015
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');
await expect(driver).toHaveTitle('We Vote Ballot Guide, @WeVote - Apps on Google Play');
});
// FAQ_016
it('verifyDonateLinkRedirected', async () => {
await (await FAQPage.getPleaseDonateElement).waitForClickable();
await FAQPage.getPleaseDonateElement.click();
await expect(driver).toHaveTitle('Donate - WeVote');
});
/// FAQ_017
it('verifyLetsGetStartedLinkRedirected', async () => {
await (await FAQPage.getLetsGetStartedElement).waitForClickable();
await FAQPage.getLetsGetStartedElement.click();
await driver.waitUntil(async () => {
const currentTitle = await driver.getTitle();
console.log(currentTitle);
return currentTitle === 'Ready to Vote? - WeVote';
}, {
timeout: 10000,
timeoutMsg: 'Expected title not found, timeout after 10000ms',
});
await expect(ReadyPage.getFollowPopularTopicsElement).toHaveText('Follow Popular Topics');
});
});