forked from heynemann/pyccuracy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest_custom_page_en-us.acc
67 lines (59 loc) · 1.37 KB
/
test_custom_page_en-us.acc
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
As a Pyccuracy User
I want to test the custom pages
So that I can make sure Pyccuracy works
Scenario 1 - Checking that I can navigate to a custom page
Given
I go to Test Custom Page
When
#The page finishes loading
Then
I see "Pyccuracy Tests - Custom Page" title
Scenario 2 - Clicking a registered button
Given
I go to Test Custom Page
When
I click "My Button" button
Then
I see "It Works!" title
Scenario 3 - Verifying a registered checkbox is checked
Given
I go to Test Custom Page
When
#The page finishes loading
Then
I see the "My Custom Checkbox" checkbox is checked
Scenario 4 - Verifying a registered div is visible
Given
I go to Test Custom Page
When
#The page finishes loading
Then
I see "Some Div" div
Scenario 5 - Clicking a registered image
Given
I go to Test Custom Page
When
I click "Some Image" image
Then
I see "It Works!" title
Scenario 6 - Checking if a registered link is there
Given
I go to Test Custom Page
When
#The page finishes loading
Then
I see "My Link" link
Scenario 7 - Checking if a registered select is there
Given
I go to Test Custom Page
When
#The page finishes loading
Then
I see "Some Select" select
Scenario 8 - Checking if a registered textbox is there
Given
I go to Test Custom Page
When
#The page finishes loading
Then
I see "Some Textbox" textbox