Feature: 0005 - Change personal preferences
Description: In order to set up my personal preferences
As admin
I want to navigate through "Home" submenus changing some settings
File name: srv_user_preferences.feature
Relative path: core/srv_user_preferences.feature
Given
I am authorized as "admin" with password "admin"
00:00:00.587
When
I follow the left menu "Home > My Preferences"
00:00:00.072
And
I select "100" from "pagesize"
00:00:00.074
And
I click on "Save Preferences"
00:00:01.096
Then
I should see a "Preferences modified" text
00:00:00.245
Given
I am authorized as "testing" with password "testing"
00:00:02.729
When
I follow the left menu "Home > My Preferences"
00:00:00.062
And
I select "100" from "pagesize"
00:00:00.052
And
I click on "Save Preferences"
00:00:00.052
Unable to find visible xpath "/html" (Capybara::ElementNotFound) ./features/support/commonlib.rb:125:in `check_text?' ./features/step_definitions/navigation_steps.rb:691:in `/^I should see a "([^"]*)" text$/' features/core/srv_user_preferences.feature:21:in `I should see a "Preferences modified" text'