Skip to content

Commit

Permalink
[ci] Fix ids in text fields, missing 'user_'
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoj committed Aug 24, 2017
1 parent f366fa6 commit 37896e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/spec/features/webui/users/user_home_page.rb
Expand Up @@ -36,8 +36,8 @@
scenario "edit account information" do
click_link("Edit your account")

fill_in "realname", with: "John Doe"
fill_in "email", with: "john.doe@opensuse.org"
fill_in "user_realname", with: "John Doe"
fill_in "user_email", with: "john.doe@opensuse.org"
click_button("Ok")

expect(page).to have_text("User data for user 'Jim' successfully updated.")
Expand Down

0 comments on commit 37896e7

Please sign in to comment.