Skip to content

Commit 864642b

Browse files
committed
GUI: Removed alternate-name option from GUI Certificate CSR page
Changes: - Removed alternate-name variable from variables. - Removed alternate-name option check from Verify Generate CSR Certificate Button testcase. Tested: - Successfully ran gui/gui_test/security_and_access_menu test_certificates_sub_menu.robot Change-Id: I6be93f30870907bb881946273810eb21b98e22a7 Signed-off-by: rramyasr-in <[email protected]>
1 parent 365b8f9 commit 864642b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gui/gui_test/security_and_access_menu/test_certificates_sub_menu.robot

-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ ${xpath_input_contact_person} //*[@data-test-id='modalGenerateCsr-input-con
2828
${xpath_input_email_address} //*[@data-test-id='modalGenerateCsr-input-emailAddress']
2929
${xpath_generate_csr_submit} //*[@data-test-id='modalGenerateCsr-button-ok']
3030
${xpath_csr_cancel_button} //button[contains(text(),"Cancel")]
31-
${xpath_input_alternate_name} //input[@id='alternate-name']
3231
${xpath_select_algorithm_button} //*[@data-test-id='modalGenerateCsr-select-keyPairAlgorithm']
3332

3433
*** Test Cases ***
@@ -73,7 +72,6 @@ Verify Generate CSR Certificate Button
7372
Page Should Contain Element ${xpath_input_common_name}
7473
Page Should Contain Element ${xpath_input_contact_person}
7574
Page Should Contain Element ${xpath_input_email_address}
76-
Page Should Contain Element ${xpath_input_alternate_name}
7775
Page Should Contain Element ${xpath_select_algorithm_button}
7876
Page Should Contain Element ${xpath_generate_csr_submit}
7977

0 commit comments

Comments
 (0)