-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e0a59f
commit 35009aa
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -181,7 +181,7 @@ per-context basis using `wait` metadata. Provide a hash containing any | |
number of shorthand keys and values for RSpec::Wait's configurations. | ||
|
||
```ruby | ||
scenario "A user can log in successfully", wait: { timeout: 3, delay: 0.5, clone_wait_matcher: true } do | ||
scenario "A user can log in successfully", wait: { timeout: 3, delay: 0.5, clone_matcher: true } do | ||
visit new_session_path | ||
|
||
fill_in "Email", with: "[email protected]" | ||
|