dataconsulting-pl / APEX-Low-Test-Framework

APEX Low Test Framework
GNU General Public License v3.0
11 stars 0 forks source link

Not able to unset the same checkboxes that has been set #9

Closed JFaryj closed 1 year ago

JFaryj commented 2 years ago

Not able to unset the same checkboxes that has been set. When test sets few checkboxes and then tries to unset all those checkboxes error occurs.

Test to reproduce:

Background: User access Activities page Given the user access the 'https://apex.oracle.com/pls/apex/dataconsulting/r/customers/login' url And user entered '{username}' in 'Username' field And user entered '{password}' in 'Password' field And user clicked on the 'Sign In' button

Scenario: Set and unset Checkbox - List When user navigates to 'Customers' page And user presses the 'Add Customer' button When user sets checkbox 'Quote, Logo' for 'Reference Types' checkbox item And user unsets checkbox 'Quote, Logo' for 'Reference Types' checkbox item And waiting for 2 seconds

Set_unset_function

set_unset_function1

Expected result:

Error should not be thrown while unsetting previously set checkboxes.

borowskikrz commented 1 year ago

Issue has been fixed.