Skip to content

Commit 2946c06

Browse files
committed
Update test
1 parent 86dae61 commit 2946c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/vue.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ describe('Vue.js Compatibility', function() {
171171
docsifyInitConfig.scriptURLs = vueURL;
172172

173173
await docsifyInit(docsifyInitConfig);
174-
await expect(page).toEqualText('#vuefor', '{{ i }}');
174+
await expect(page).toEqualText('#vuefor', '12345');
175175
await expect(page).toEqualText('#vuecomponent', '0');
176-
await expect(page).toEqualText('#vueglobaloptions p', '---');
176+
expect(await page.innerText('#vueglobaloptions p')).toBe('');
177177
await expect(page).toEqualText('#vuemountoptions p', 'vuemountoptions');
178178
await expect(page).toEqualText('#vuescript p', 'vuescript');
179179
});

0 commit comments

Comments
 (0)