File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
ui-tests/cypress/lib/dashboard/manage/configurations Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ cp "$DIR/config/supervisord.example.conf" "$DIR/config/supervisord.conf"
5050if [[ " $CENTOS_MAJOR " = " 9" ]]; then
5151 sudo rpm -ivh https://pkgs.sysadmins.ws/el8/base/x86_64/ipa-gothic-fonts-003.03-15.el8.noarch.rpm
5252else
53- sudo yum install https://pkgs.sysadmins.ws/el8/base/x86_64/raven-release-1.0-3.el8.noarch.rpm
53+ sudo yum install -y https://pkgs.sysadmins.ws/el8/base/x86_64/raven-release-1.0-3.el8.noarch.rpm
5454 sudo yum install -y ipa-gothic-fonts
5555fi
5656
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\nAccess-Control-Allow-Origin:*" ,
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\nStrict-Transport-Security:max-age=31536000 ; includeSubDomains\nX-Content-Type-Options: nosniff"
744742 } ) ;
745743
746744 cy . verifyElement ( {
@@ -1844,4 +1842,4 @@ const verifyPageElements = () => {
18441842
18451843module . exports = {
18461844 verifyPageElements
1847- } ;
1845+ } ;
You can’t perform that action at this time.
0 commit comments