dataconsulting-pl / APEX-Low-Test-Framework

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

Editing information in a text box #6

Closed JFaryj closed 1 year ago

JFaryj commented 2 years ago

While editing information in a text box condition ‘And user enters {string} in {string} field’ prepends new value to the existing one.

Test to reproduce:

Background: Given the user access the 'https://apex.oracle.com/pls/apex/r/dataconsulting/customers/login' url When user entered '{username}' in 'Username' field And user enters '{password}' in 'Password' field And user presses the 'Sign In' button And user navigates to 'Customers' page Then verify, that menu option 'Customers' is selected

Rule: Add and edit new Customer Scenario: Add and edit new Customer Given user clicked on the 'Add Customer' button When user enters 'J Nowak' in 'Customer Name' field And user presses the 'Add Customer' button And user presses the 'Edit Customer' button And user enters 'K Nowak' in 'Customer Name' field And user presses the 'Apply Changes' button

Editing Customers

Expected result: Should replace current value in a text box with one new.

borowskikrz commented 1 year ago

Fixed while implementing other features.