Skip to content

Commit

Permalink
Fix some broken semaphore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BasilMawejje committed Sep 17, 2019
1 parent a4c2bd2 commit 65b12c2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
visit admin_only_user_profile_edit_path(@user)
end

Then("I should see {capture_string}{optional_string}") do |capture_string, optional_string|
Then(/^I should see "([^"]*)" page$/) do |arg|
visit edit_user_registration_path(@user)
end

Expand All @@ -20,4 +20,4 @@

Then("I should see the text {capture_string}") do |capture_string|
expect(page).to have_selector 'h5', text: "Ange ditt administratörslösenord"
end
end

0 comments on commit 65b12c2

Please sign in to comment.