Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NatalieZeumann committed Jul 10, 2019
1 parent 035730d commit 6a469d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spreewald/web_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@

Then /^the window should be titled "([^"]*)"$/ do |title|
patiently do
expect(pag).to have_css('title', :text => title)
expect(page).to have_css('title', :text => title)
end
end.overridable

Expand Down

0 comments on commit 6a469d4

Please sign in to comment.