Skip to content

Commit 48a92d2

Browse files
GUI Network Settings Fix
Changes: Added line for verify web element before clicking. Tested: Successfully tested from sandbox. Change-Id: I75c064393246a3f1220bdd05cc16db3b7561ec02 Signed-off-by: Anvesh-Kumar_Rayankula <[email protected]>
1 parent 6fb70d9 commit 48a92d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

gui/gui_test/settings_menu/test_network_sub_menu.robot

+4-2
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ Add Static IP Address And Verify
261261
# expected_status Expected status while adding static ipv4 address
262262
# .... (e.g. Invalid format / Field required).
263263

264-
Wait Until Keyword Succeeds 30 sec 10 sec Click Element ${xpath_add_static_ipv4_address_button}
264+
Wait Until Element Is Enabled ${xpath_add_static_ipv4_address_button} timeout=60sec
265+
Click Element ${xpath_add_static_ipv4_address_button}
265266

266267
Input Text ${xpath_input_ip_address} ${ip_address}
267268
Input Text ${xpath_input_subnetmask} ${subnet_mask}
@@ -274,7 +275,8 @@ Add Static IP Address And Verify
274275

275276
... ELSE IF '${expected_status}' == 'Invalid format'
276277
... Run Keywords Page Should Contain Invalid format AND
277-
... Click Button ${xpath_cancel_button}
278+
... Click Button ${xpath_cancel_button} AND
279+
... Wait Until Page Does Not Contain Element ${xpath_cancel_button}
278280

279281

280282
Configure And Verify Network Settings Via GUI

0 commit comments

Comments
 (0)