Used more unique steps to submit the form

pull/6827/head
Sebastian Schuster 11 years ago
parent b4df1eb16d
commit 1432024a63
  1. 2
      features/foldable_versions.feature
  2. 2
      features/user_settings.feature

@ -89,7 +89,7 @@ Feature: Foldable versions in master backlog
Scenario: Version fold status depends on users setting
When I go to the my account page
And I check "Show versions folded"
And I click on "Save"
And I submit the form by the "Save" button
Then I should see "Account was successfully updated"
When I go to the master backlog

@ -41,6 +41,6 @@ Feature: User settings
And I am already logged in as "bob"
And I go to the my account page
And I fill in "Task color" with "#FBC4B3"
And I click on "Save"
And I submit the form by the "Save" button
Then I should see "Account was successfully updated"
And the "Task color" field should contain "#FBC4B3"

Loading…
Cancel
Save