Skip to content

Commit

Permalink
chore: improve test pages (#9488)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeodorTaushanov authored Jul 15, 2024
1 parent 4d7d2c8 commit 5b7155e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/main/test/pages/Popover.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
</head>

<body class="popover2auto">
<iframe id="clickThisIframe" src="//localhost:8080"></iframe>
<iframe id="clickThisIframe" src="./Test.html"></iframe>
<div id="host">
<template shadowrootmode="open">
<span>I'm in the shadow DOM</span>
<iframe id="clickThisIframeInsideShadowRoot" src="//localhost:8080"></iframe>
<iframe id="clickThisIframeInsideShadowRoot" src="./Test.html"></iframe>
</template>
</div>
<ui5-button id="btn">Click me !</ui5-button>
Expand Down
2 changes: 1 addition & 1 deletion packages/main/test/pages/Tag.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</script>
<script src="%VITE_BUNDLE_PATH%" type="module"></script>
<link rel="stylesheet" type="text/css" href="./styles/Tag.css">
<script src="./Tag.js"></script>
<script src="./modules/Tag.js" type="module"></script>
</head>

<body class="tag1auto">
Expand Down
File renamed without changes.

0 comments on commit 5b7155e

Please sign in to comment.