Skip to content

Commit 48ffd4a

Browse files
author
JP Wienekus
committed
exclude top right button from e2e test since it is now behind the audit window
1 parent 3409933 commit 48ffd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/e2e/fixtures/dev-toolbar/src/pages/tooltip-position.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div>
66
<button role="top-left">Top left</button>
7-
<button role="top-right">Top right</button>
7+
<button role="button">Top right</button>
88
<button role="bottom-left">Bottom left</button>
99
<button role="bottom-right">Bottom right</button>
1010
</div>

0 commit comments

Comments
 (0)