mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Typo. Thanks @khustochka!
This commit is contained in:
parent
6d7894b416
commit
bd87f75370
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ page.should have_no_selector(:content)
|
||||||
|
|
||||||
page.should have_xpath('//table/tr')
|
page.should have_xpath('//table/tr')
|
||||||
page.should have_css('table tr.foo')
|
page.should have_css('table tr.foo')
|
||||||
page.should have_context('foo')
|
page.should have_content('foo')
|
||||||
```
|
```
|
||||||
|
|
||||||
### Finding
|
### Finding
|
||||||
|
|
Loading…
Add table
Reference in a new issue