From 1432024a63d129c2df4d9f07df86d658a7cda622 Mon Sep 17 00:00:00 2001 From: Sebastian Schuster Date: Mon, 27 Jan 2014 11:12:42 +0100 Subject: [PATCH] Used more unique steps to submit the form --- features/foldable_versions.feature | 2 +- features/user_settings.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/foldable_versions.feature b/features/foldable_versions.feature index e95ea679c2..9898c8ba5c 100644 --- a/features/foldable_versions.feature +++ b/features/foldable_versions.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 diff --git a/features/user_settings.feature b/features/user_settings.feature index bba7e456a9..2999d82ffb 100644 --- a/features/user_settings.feature +++ b/features/user_settings.feature @@ -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"