Skip to content

Commit e5a49d9

Browse files
committed
please pass
1 parent 5d61708 commit e5a49d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

features/other_b/support.feature

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Feature: Filing a support request
6161
And the email should not contain "<img src="http://www.example.org/foo.jpg" />"
6262
But the email should contain "http://www.example.org/foo.jpgHi"
6363

64-
Scenario: Submit a request with an on-Archive referer
64+
Scenario: Submit a request with an on-Archive referer URL
6565

6666
Given I am logged in as "puzzled"
6767
And basic languages
@@ -72,9 +72,9 @@ Feature: Filing a support request
7272
And I fill in "Brief summary" with "Just a brief note"
7373
And I fill in "Your question or problem" with "Hi, I came from the Archive"
7474
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"
7676

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
7878

7979
Given I am logged in as "puzzled"
8080
And basic languages
@@ -84,4 +84,4 @@ Feature: Filing a support request
8484
And I fill in "Brief summary" with "Just a brief note"
8585
And I fill in "Your question or problem" with "Hi, I didn't come from the Archive"
8686
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 ""

0 commit comments

Comments
 (0)