Include have_current_path into expectations (#1938)

This commit is contained in:
not-a-patch 2023-01-18 11:46:59 +00:00 committed by GitHub
parent 9b0e8f2203
commit 0d16abcb6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ expect(page).to \
{: .-setup}
```ruby
have_current_path(expected_path)
have_selector '.blank-state'
have_selector 'h1#hola', text: 'Welcome'
have_button 'Save'