File tree 1 file changed +0
-2
lines changed
gui/gui_test/security_and_access_menu
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ ${xpath_input_contact_person} //*[@data-test-id='modalGenerateCsr-input-con
28
28
${xpath_input_email_address } //*[@data-test-id='modalGenerateCsr-input-emailAddress']
29
29
${xpath_generate_csr_submit } //*[@data-test-id='modalGenerateCsr-button-ok']
30
30
${xpath_csr_cancel_button } //button[contains(text(),"Cancel")]
31
- ${xpath_input_alternate_name } //input[@id='alternate-name']
32
31
${xpath_select_algorithm_button } //*[@data-test-id='modalGenerateCsr-select-keyPairAlgorithm']
33
32
34
33
*** Test Cases ***
@@ -73,7 +72,6 @@ Verify Generate CSR Certificate Button
73
72
Page Should Contain Element ${xpath_input_common_name }
74
73
Page Should Contain Element ${xpath_input_contact_person }
75
74
Page Should Contain Element ${xpath_input_email_address }
76
- Page Should Contain Element ${xpath_input_alternate_name }
77
75
Page Should Contain Element ${xpath_select_algorithm_button }
78
76
Page Should Contain Element ${xpath_generate_csr_submit }
79
77
You can’t perform that action at this time.
0 commit comments