Commit e5a49d9 1 parent 5d61708 commit e5a49d9 Copy full SHA for e5a49d9
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Feature: Filing a support request
61
61
And the email should not contain "<img src=" http://www.example.org/foo.jpg" />"
62
62
But the email should contain "http://www.example.org/foo.jpgHi"
63
63
64
- Scenario : Submit a request with an on-Archive referer
64
+ Scenario : Submit a request with an on-Archive referer URL
65
65
66
66
Given I am logged in as "puzzled"
67
67
And basic languages
@@ -72,9 +72,9 @@ Feature: Filing a support request
72
72
And I fill in "Brief summary" with "Just a brief note"
73
73
And I fill in "Your question or problem" with "Hi, I came from the Archive"
74
74
And I press "Send"
75
- Then a Zoho ticket should be created with referer "http://www.example.com/works"
75
+ Then a Zoho ticket should be created with URL "http://www.example.com/works"
76
76
77
- Scenario : Submit a request with a referer that is not on-Archive
77
+ Scenario : Submit a request with a referer URL that is not on-Archive
78
78
79
79
Given I am logged in as "puzzled"
80
80
And basic languages
@@ -84,4 +84,4 @@ Feature: Filing a support request
84
84
And I fill in "Brief summary" with "Just a brief note"
85
85
And I fill in "Your question or problem" with "Hi, I didn't come from the Archive"
86
86
And I press "Send"
87
- Then a Zoho ticket should be created with referer "Unknown URL "
87
+ Then a Zoho ticket should be created with URL " "
You can’t perform that action at this time.
0 commit comments