Skip to content

warnings for some acceptance test #602

@ghost

Description

following 2 acceptance testcases produce warning instead of the expected error message:
Select Non-Existing Item From Single Selection List
Unselect Non-Existing Item From List

looks like both testcases need an update
[ WARN ] Option(s) 'Tin Can Phone' not found within list 'preferred_channel'.
[ WARN ] Option(s) 'Tin Can Phone' not found within list 'preferred_channel'.
[ WARN ] Option(s) 'Smoke Signals' not found within list 'preferred_channel'.
Select Non-Existing Item From Single Selection List :: Select Non-... | PASS |

[ WARN ] Tried to unselect missing selection item, 'Tin Can Phone' from locator 'possible_channels'.
[ WARN ] Tried to unselect missing selection item, 'Smoke Signals' from locator 'possible_channels'.
[ WARN ] Tried to unselect missing selection item, 'Tin Can Phone' from locator 'possible_channels'.
[ WARN ] Tried to unselect missing selection item, 'Smoke Signals' from locator 'possible_channels'.
Unselect Non-Existing Item From List :: LOG 3 Unselecting option(s... | PASS |

seems related to commit SeleniumHQ/selenium@91ed440 ( select_by_index, deselect_by_index )
seems related to pull request #597 ( Fixes Unselect From List due to Selenium changes. ) but now for keyword "Select From List"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions