Skip to content

test_see_link_is_disabled_en-us.acc failing - let's remove it? #75

@knorrium

Description

@knorrium

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)?

Thanks

[1] http://www.w3.org/TR/html401/interact/forms.html#adef-disabled

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions