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.493
When
I follow the left menu "Home > My Preferences"
00:00:00.068
And
I select "100" from "pagesize"
00:00:00.070
And
I click on "Save Preferences"
00:00:00.063
Then
I should see a "Preferences modified" text
00:00:00.242
Given
I am authorized as "testing" with password "testing"
00:00:03.810
When
I follow the left menu "Home > My Preferences"
00:00:00.057
And
I select "100" from "pagesize"
00:00:00.051
And
I click on "Save Preferences"
00:00:00.051
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'