Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjaustin committed Dec 15, 2024
1 parent 7f7ea28 commit 8f28a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/other_b/support.feature
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ Feature: Filing a support request
And I press "Send"
Then a Zoho ticket should be created with referer "http://www.example.com/works"

Scenario: Submit a request with an on-Archive referer
Scenario: Submit a request with a referer that is not on-Archive

Given I am logged in as "puzzled"
And basic languages
And Zoho ticket creation is enabled
When I go to the works page
And I follow "Support & Feedback"
And I fill in "Brief summary" with "Just a brief note"
And I fill in "Your question or problem" with "Hi, I came from the Archive"
And I fill in "Your question or problem" with "Hi, I didn't come from the Archive"
And I press "Send"
Then a Zoho ticket should be created with referer "Unknown URL"

0 comments on commit 8f28a21

Please sign in to comment.