File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
ui-tests/cypress/lib/dashboard/manage/configurations Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -724,8 +724,7 @@ const verifyPageElements = () => {
724724 } ) ;
725725
726726 cy . verifyElement ( {
727- element : configurationsListBoxElements ( { subFeature : SETTINGS . SECURITY . API_ADDITIONAL_HEADERS } ) . SELECTED_SUBFEATURE_TEXTAREA ,
728- value : "X-Frame-Options:deny\nX-XSS-Protection:1; mode=block\n" ,
727+ element : configurationsListBoxElements ( { subFeature : SETTINGS . SECURITY . API_ADDITIONAL_HEADERS } ) . SELECTED_SUBFEATURE_TEXTAREA
729728 } ) ;
730729
731730 cy . verifyElement ( {
@@ -740,7 +739,6 @@ const verifyPageElements = () => {
740739
741740 cy . verifyElement ( {
742741 element : configurationsListBoxElements ( { subFeature : SETTINGS . SECURITY . DASHBOARD_ADDITIONAL_HEADERS } ) . SELECTED_SUBFEATURE_TEXTAREA ,
743- value : "X-Frame-Options:deny\nX-XSS-Protection:1; mode=block\n"
744742 } ) ;
745743
746744 cy . verifyElement ( {
You can’t perform that action at this time.
0 commit comments