Skip to content

Commit

Permalink
Correct playwright index.html classes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-medvedev-vk committed Oct 31, 2024
1 parent 8437d88 commit 0386808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vkui/playwright/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<title>Testing Page</title>
</head>
<body>
<div id="root"></div>
<div id="root" class="vkui__root"></div>
<script type="module" src="./index.tsx"></script>
</body>
</html>

0 comments on commit 0386808

Please sign in to comment.