Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 69b31ae

Browse files
committed
fix(cypress): cypress test types all rnning
1 parent e77a748 commit 69b31ae

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

snapshots.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module.exports = {
2-
"__version": "7.2.0",
3-
"<Portal />": {
4-
"Portal Examples": {
5-
"renders SimplePortal successfully": {
6-
"1": "<div data-v-app=\"\">\n <div class=\"css-16m79av\">\n <section class=\"css-0\"> Open Vue Dev Tools to inspect page for portal\n elements. <span class=\"css-0\"></span></section>\n <main class=\"css-0\">\n <!--teleport start-->\n <!--teleport end-->\n </main>\n </div>\n <!---->\n</div>"
7-
}
8-
}
9-
}
2+
__version: '7.2.0',
3+
'<Portal />': {
4+
'Portal Examples': {
5+
'renders SimplePortal successfully': {
6+
1: '<div data-v-app="">\n <div class="css-16m79av">\n <section class="css-0"> Open Vue Dev Tools to inspect page for portal\n elements. <span class="css-0"></span></section>\n <main class="css-0">\n <!--teleport start-->\n <!--teleport end-->\n </main>\n </div>\n <!---->\n</div>',
7+
},
8+
},
9+
},
1010
}

0 commit comments

Comments
 (0)