mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
fix typo in test name
This commit is contained in:
parent
fbcbef4a61
commit
2ed9aad29f
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ Capybara::SpecHelper.spec "node" do
|
|||
expect(@session.find('//option', text: "A.2")).not_to be_disabled
|
||||
end
|
||||
|
||||
it "should see inputs in a disabled select as disabled" do
|
||||
it "should see inputs in a disabled fieldset as disabled" do
|
||||
@session.visit('/form')
|
||||
expect(@session.find('//input[@id="form_disabled_fieldset_child"]')).to be_disabled
|
||||
expect(@session.find('//input[@id="form_enabled_fieldset_child"]')).not_to be_disabled
|
||||
|
|
Loading…
Add table
Reference in a new issue