Skip to content

Commit 82df5f2

Browse files
authored
test: update snapshots (#1996)
1 parent ba90017 commit 82df5f2

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

packages/preview-middleware/test/unit/base/__snapshots__/flp.test.ts.snap

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,19 @@ exports[`FlpSandbox router rta with developerMode=true 2`] = `
698698
</script>
699699
700700
701+
<!-- Hides Rta native toolbar -->
702+
<style>
703+
#shell-header, .sapUiRtaToolbar {
704+
visibility: hidden;
705+
height: 1px;
706+
}
707+
.sapUshellShellCanvas {
708+
top: 0 !important;
709+
}
710+
.sapUiRtaMode .sapUiShellBackgroundImage.sapUiGlobalBackgroundImageForce.sapUshellShellBG {
711+
background-color: transparent !important;
712+
}
713+
</style>
701714
</head>
702715
703716
<!-- UI Content -->
@@ -778,6 +791,19 @@ exports[`FlpSandbox router rta with developerMode=true and plugin 1`] = `
778791
</script>
779792
780793
794+
<!-- Hides Rta native toolbar -->
795+
<style>
796+
#shell-header, .sapUiRtaToolbar {
797+
visibility: hidden;
798+
height: 1px;
799+
}
800+
.sapUshellShellCanvas {
801+
top: 0 !important;
802+
}
803+
.sapUiRtaMode .sapUiShellBackgroundImage.sapUiGlobalBackgroundImageForce.sapUshellShellBG {
804+
background-color: transparent !important;
805+
}
806+
</style>
781807
</head>
782808
783809
<!-- UI Content -->

0 commit comments

Comments
 (0)