Skip to content

Commit dd88248

Browse files
committed
Fix tests
1 parent aa1d1e6 commit dd88248

8 files changed

+6
-2
lines changed

cypress/fixtures/tpl/docs.index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<link rel="stylesheet" href="lib/themes/dark.css" title="dark" disabled />
1515
<link rel="stylesheet" href="lib/themes/buble.css" title="buble" disabled />
1616
<link rel="stylesheet" href="lib/themes/pure.css" title="pure" disabled />
17+
<link rel="stylesheet" href="//unpkg.com/vuep/dist/vuep.css">
18+
1719
<style>
1820
nav.app-nav li ul {
1921
min-width: 100px;
@@ -99,6 +101,8 @@
99101
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
100102
<script src="//unpkg.com/prismjs/components/prism-markdown.min.js"></script>
101103
<script src="//unpkg.com/prismjs/components/prism-nginx.min.js"></script>
104+
<script src="//unpkg.com/vue/dist/vue.js"></script>
105+
<script src="//unpkg.com/vuep/dist/vuep.min.js"></script>
102106

103107
<script>
104108
; ((window.gitter = {}).chat = {}).options = {

cypress/integration/sidebar/config.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ context('sidebar.configurations', () => {
255255
});
256256
});
257257

258-
const vueIds = ['basic-usage', 'combine-vuep-to-write-playground'];
258+
const vueIds = ['basic-rendering', 'advanced-usage', 'vuep-playgrounds'];
259259
vueIds.forEach(id => {
260260
it('go to #vue?id=' + id, () => {
261261
cy.get('[href="#/vue"]').click();

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="stylesheet" href="/themes/vue.css" title="vue">
1010
<link rel="stylesheet" href="/themes/dark.css" title="dark" disabled>
1111
<link rel="stylesheet" href="/themes/buble.css" title="buble" disabled>
12-
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/vuep/dist/vuep.css">
12+
<link rel="stylesheet" href="//unpkg.com/vuep/dist/vuep.css">
1313
<style>
1414
nav.app-nav li ul {
1515
min-width: 100px;

0 commit comments

Comments
 (0)