Merge "Fixed Style/HashSyntax RuboCop offense"
[lhc/web/wiklou.git] / tests / browser / features / step_definitions / create_account_steps.rb
index 6e6eb68..03bff66 100644 (file)
@@ -14,5 +14,5 @@ Given(/^I go to Create account page at (.+)$/) do |path|
 end
 
 Then(/^form has Create account button$/) do
-  on(CreateAccountPage).create_account_element.should exist
+  expect(on(CreateAccountPage).create_account_element).to exist
 end