Skip to content

Commit 689e8cc

Browse files
authored
Remıved security add header value text control
1 parent bc26a67 commit 689e8cc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ui-tests/cypress/lib/dashboard/manage/configurations/configurations.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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({

0 commit comments

Comments
 (0)