Fix tests

This commit is contained in:
John Hildenbiddle 2020-07-05 04:28:11 -05:00
parent aa1d1e6ae7
commit dd88248a5a
8 changed files with 6 additions and 2 deletions

View File

@ -14,6 +14,8 @@
<link rel="stylesheet" href="lib/themes/dark.css" title="dark" disabled />
<link rel="stylesheet" href="lib/themes/buble.css" title="buble" disabled />
<link rel="stylesheet" href="lib/themes/pure.css" title="pure" disabled />
<link rel="stylesheet" href="//unpkg.com/vuep/dist/vuep.css">
<style>
nav.app-nav li ul {
min-width: 100px;
@ -99,6 +101,8 @@
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-markdown.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-nginx.min.js"></script>
<script src="//unpkg.com/vue/dist/vue.js"></script>
<script src="//unpkg.com/vuep/dist/vuep.min.js"></script>
<script>
; ((window.gitter = {}).chat = {}).options = {

View File

@ -255,7 +255,7 @@ context('sidebar.configurations', () => {
});
});
const vueIds = ['basic-usage', 'combine-vuep-to-write-playground'];
const vueIds = ['basic-rendering', 'advanced-usage', 'vuep-playgrounds'];
vueIds.forEach(id => {
it('go to #vue?id=' + id, () => {
cy.get('[href="#/vue"]').click();

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

View File

@ -9,7 +9,7 @@
<link rel="stylesheet" href="/themes/vue.css" title="vue">
<link rel="stylesheet" href="/themes/dark.css" title="dark" disabled>
<link rel="stylesheet" href="/themes/buble.css" title="buble" disabled>
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/vuep/dist/vuep.css">
<link rel="stylesheet" href="//unpkg.com/vuep/dist/vuep.css">
<style>
nav.app-nav li ul {
min-width: 100px;