You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doing a clean up/improvement on the action tests and noticed that test_see_link_is_disabled_en-us.acc is failing:
Scenario.......1 - Checking that some page link is disabled
Given
I go to "link_tests.htm" - SUCCESSFUL
When
#The page finishes loading - SUCCESSFUL
Then
I see "lnkDisabled" link is disabled - FAILED - The link with name or id lnkDisabled is enabled, when it should be disabled.
Did this scenario ever pass?
I'm running the tests against the new WebDriver driver, so maybe it is more strict/compliant than the old Selenium driver.
Accoding to the w3c [1], "The following elements support the disabled attribute: BUTTON, INPUT, OPTGROUP, OPTION, SELECT, and TEXTAREA.", so we shouldn't be testing against the A tag :)
Can I go ahead and remove this scenario (and submit a pull request)?
On Tue, Apr 24, 2012 at 1:50 AM, Felipe Knorr Kuhn < [email protected]
wrote:
Hi all,
I'm doing a clean up/improvement on the action tests and noticed that
test_see_link_is_disabled_en-us.acc is failing:
Scenario.......1 - Checking that some page link is disabled
Given
I go to "link_tests.htm" - SUCCESSFUL
When
#The page finishes loading - SUCCESSFUL
Then
I see "lnkDisabled" link is disabled - FAILED - The link
with name or id lnkDisabled is enabled, when it should be disabled.
Did this scenario ever pass?
I'm running the tests against the new WebDriver driver, so maybe it is
more strict/compliant than the old Selenium driver.
Accoding to the w3c [1], "The following elements support the disabled
attribute: BUTTON, INPUT, OPTGROUP, OPTION, SELECT, and TEXTAREA.", so we
shouldn't be testing against the A tag :)
Can I go ahead and remove this scenario (and submit a pull request)?
Hi all,
I'm doing a clean up/improvement on the action tests and noticed that test_see_link_is_disabled_en-us.acc is failing:
Did this scenario ever pass?
I'm running the tests against the new WebDriver driver, so maybe it is more strict/compliant than the old Selenium driver.
Accoding to the w3c [1], "The following elements support the disabled attribute: BUTTON, INPUT, OPTGROUP, OPTION, SELECT, and TEXTAREA.", so we shouldn't be testing against the A tag :)
Can I go ahead and remove this scenario (and submit a pull request)?
Thanks
[1] http://www.w3.org/TR/html401/interact/forms.html#adef-disabled
The text was updated successfully, but these errors were encountered: