diff --git a/tests/unit/containers/__snapshots__/DefaultHeaderDropdownAccnt.spec.js.snap b/tests/unit/containers/__snapshots__/DefaultHeaderDropdownAccnt.spec.js.snap index 2ebba2e6..7bb8d28d 100644 --- a/tests/unit/containers/__snapshots__/DefaultHeaderDropdownAccnt.spec.js.snap +++ b/tests/unit/containers/__snapshots__/DefaultHeaderDropdownAccnt.spec.js.snap @@ -3,11 +3,11 @@ exports[`DefaultHeaderDropdownAccnt.vue renders correctly 1`] = ` + + CoreUI Logo + + CoreUI Logo Dashboard @@ -59,7 +74,6 @@ exports[`TheHeader.vue renders correctly 1`] = ` tag="span" target="_self" to="/users" - variant="primary" > Users @@ -72,7 +86,6 @@ exports[`TheHeader.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Settings @@ -89,7 +102,6 @@ exports[`TheHeader.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > - + + + - + `; diff --git a/tests/unit/views/Dashboard.spec.js b/tests/unit/views/Dashboard.spec.js index 699b4604..07578354 100644 --- a/tests/unit/views/Dashboard.spec.js +++ b/tests/unit/views/Dashboard.spec.js @@ -1,5 +1,5 @@ import Vue from 'vue' -import { shallowMount, mount } from '@vue/test-utils' +import { shallowMount } from '@vue/test-utils' import CoreuiVue from '@coreui/vue' import { CIconPlugin } from '@coreui/icons/vue' import Dashboard from '@/views/Dashboard' diff --git a/tests/unit/views/__snapshots__/Dashboard.spec.js.snap b/tests/unit/views/__snapshots__/Dashboard.spec.js.snap index ed9c645a..227d4225 100644 --- a/tests/unit/views/__snapshots__/Dashboard.spec.js.snap +++ b/tests/unit/views/__snapshots__/Dashboard.spec.js.snap @@ -234,7 +234,6 @@ exports[`Dashboard.vue renders correctly 1`] = ` max="100" precision="1" value="40" - variant="primary" /> @@ -941,8 +940,8 @@ exports[`Dashboard.vue renders correctly 1`] = ` head-variant="light" hover="true" items="[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]" - nosorting="true" - perpage="10" + itemsperpage="10" + no-sorting="" /> diff --git a/tests/unit/views/base/Forms.spec.js b/tests/unit/views/base/Forms.spec.js index 5bf85172..76b3f672 100644 --- a/tests/unit/views/base/Forms.spec.js +++ b/tests/unit/views/base/Forms.spec.js @@ -1,5 +1,5 @@ import Vue from 'vue' -import { shallowMount, mount } from '@vue/test-utils' +import { shallowMount } from '@vue/test-utils' import CoreuiVue from '@coreui/vue' import Forms from '@/views/base/Forms' diff --git a/tests/unit/views/base/Jumbotrons.spec.js b/tests/unit/views/base/Jumbotrons.spec.js index 82cfd64a..5325e5ed 100644 --- a/tests/unit/views/base/Jumbotrons.spec.js +++ b/tests/unit/views/base/Jumbotrons.spec.js @@ -1,5 +1,5 @@ import Vue from 'vue' -import { shallowMount, mount } from '@vue/test-utils' +import { shallowMount } from '@vue/test-utils' import CoreuiVue from '@coreui/vue' import Jumbotrons from '@/views/base/Jumbotrons' diff --git a/tests/unit/views/base/ListGroups.spec.js b/tests/unit/views/base/ListGroups.spec.js index f8b524a6..c8cf3be1 100644 --- a/tests/unit/views/base/ListGroups.spec.js +++ b/tests/unit/views/base/ListGroups.spec.js @@ -1,5 +1,5 @@ import Vue from 'vue' -import { shallowMount, mount } from '@vue/test-utils' +import { shallowMount } from '@vue/test-utils' import CoreuiVue from '@coreui/vue' import ListGroups from '@/views/base/ListGroups' diff --git a/tests/unit/views/base/Navbars.spec.js b/tests/unit/views/base/Navbars.spec.js index 00abd61a..fc6618db 100644 --- a/tests/unit/views/base/Navbars.spec.js +++ b/tests/unit/views/base/Navbars.spec.js @@ -1,5 +1,5 @@ import Vue from 'vue' -import { shallowMount, mount } from '@vue/test-utils' +import { shallowMount } from '@vue/test-utils' import CoreuiVue from '@coreui/vue' import Navbars from '@/views/base/Navbars' diff --git a/tests/unit/views/base/Navs.spec.js b/tests/unit/views/base/Navs.spec.js index 38254b85..12a2a717 100644 --- a/tests/unit/views/base/Navs.spec.js +++ b/tests/unit/views/base/Navs.spec.js @@ -1,5 +1,5 @@ import Vue from 'vue' -import { shallowMount, mount } from '@vue/test-utils' +import { shallowMount } from '@vue/test-utils' import CoreuiVue from '@coreui/vue' import Navs from '@/views/base/Navs' diff --git a/tests/unit/views/base/Paginations.spec.js b/tests/unit/views/base/Paginations.spec.js index 81be6f81..eec64dec 100644 --- a/tests/unit/views/base/Paginations.spec.js +++ b/tests/unit/views/base/Paginations.spec.js @@ -1,5 +1,5 @@ import Vue from 'vue' -import { shallowMount, mount } from '@vue/test-utils' +import { shallowMount } from '@vue/test-utils' import CoreuiVue from '@coreui/vue' import Paginations from '@/views/base/Paginations' diff --git a/tests/unit/views/base/Popovers.spec.js b/tests/unit/views/base/Popovers.spec.js index fa7c985a..554b5833 100644 --- a/tests/unit/views/base/Popovers.spec.js +++ b/tests/unit/views/base/Popovers.spec.js @@ -1,5 +1,5 @@ import Vue from 'vue' -import { mount, shallowMount } from '@vue/test-utils' +import { shallowMount } from '@vue/test-utils' import CoreuiVue from '@coreui/vue' import Popovers from '@/views/base/Popovers' diff --git a/tests/unit/views/base/__snapshots__/Breadcrumbs.spec.js.snap b/tests/unit/views/base/__snapshots__/Breadcrumbs.spec.js.snap index 52dd2baf..b9c11d74 100644 --- a/tests/unit/views/base/__snapshots__/Breadcrumbs.spec.js.snap +++ b/tests/unit/views/base/__snapshots__/Breadcrumbs.spec.js.snap @@ -78,12 +78,10 @@ exports[`Breadcrumbs.vue renders correctly 1`] = ` @@ -129,12 +127,10 @@ exports[`Breadcrumbs.vue renders correctly 1`] = ` @@ -144,11 +140,11 @@ exports[`Breadcrumbs.vue renders correctly 1`] = ` class="c-breadcrumb" > diff --git a/tests/unit/views/base/__snapshots__/Carousels.spec.js.snap b/tests/unit/views/base/__snapshots__/Carousels.spec.js.snap index 3692e5e6..fa3d1480 100644 --- a/tests/unit/views/base/__snapshots__/Carousels.spec.js.snap +++ b/tests/unit/views/base/__snapshots__/Carousels.spec.js.snap @@ -9,7 +9,7 @@ exports[`Carousels.vue renders correctly 1`] = ` class="c-row" >
Cras justo odio @@ -70,7 +69,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Dapibus ac facilisis in @@ -82,7 +80,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Morbi leo risus @@ -94,7 +91,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Porta ac consectetur ac @@ -106,7 +102,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Vestibulum at eros @@ -152,7 +147,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Cras justo odio @@ -165,7 +159,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Dapibus ac facilisis in @@ -177,7 +170,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Morbi leo risus @@ -189,7 +181,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Porta ac consectetur ac @@ -201,7 +192,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Vestibulum at eros @@ -252,7 +242,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Cras justo odio @@ -264,7 +253,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Dapibus ac facilisis in @@ -276,7 +264,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Morbi leo risus @@ -289,7 +276,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Porta ac consectetur ac @@ -301,7 +287,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Vestibulum at eros @@ -350,7 +335,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Awesome link @@ -364,7 +348,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Link with active state @@ -377,7 +360,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Action links are easy @@ -391,7 +373,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Disabled link @@ -441,7 +422,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="button" target="_self" - variant="primary" > Button item @@ -453,7 +433,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="button" target="_self" - variant="primary" > I am a button @@ -466,7 +445,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="button" target="_self" - variant="primary" > Disabled button @@ -478,7 +456,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="button" target="_self" - variant="primary" > This is a button too @@ -527,7 +504,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Cras justo odio @@ -554,7 +530,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Dapibus ac facilisis in @@ -581,7 +556,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Morbi leo risus @@ -645,7 +619,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > This is a default list group item @@ -790,7 +763,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > This is a default list group item @@ -953,7 +925,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Cras justo odio @@ -966,7 +937,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Dapibus ac facilisis in @@ -979,7 +949,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Vestibulum at eros @@ -1014,7 +983,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Cras justo odio @@ -1027,7 +995,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Dapibus ac facilisis in @@ -1040,7 +1007,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" > Vestibulum at eros @@ -1105,7 +1071,6 @@ exports[`ListGroups.vue renders correctly 1`] = ` routertag="a" tag="div" target="_self" - variant="primary" >
Link @@ -91,7 +90,6 @@ exports[`Navbars.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Disabled @@ -130,10 +128,10 @@ exports[`Navbars.vue renders correctly 1`] = ` User nav="true" placement="bottom-end" - variant="primary" + togglertext="Dropdown" > Home @@ -382,16 +379,16 @@ exports[`Navbars.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Link Active @@ -64,7 +63,6 @@ exports[`Navs.vue renders correctly 1`] = ` tag="span" target="_self" title="Link" - variant="primary" /> Another Link @@ -87,7 +84,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Disabled @@ -129,7 +125,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Link @@ -157,7 +151,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Another Link @@ -172,7 +165,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Disabled @@ -216,7 +208,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Active @@ -230,7 +221,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Link @@ -244,7 +234,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Another Link @@ -259,7 +248,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Disabled @@ -303,7 +291,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Active @@ -315,7 +302,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Link @@ -327,7 +313,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Another Link @@ -340,7 +325,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Disabled @@ -385,7 +369,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Active @@ -397,7 +380,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Link @@ -409,7 +391,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Link with a long name @@ -422,7 +403,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Disabled @@ -467,7 +447,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Active @@ -479,7 +458,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Link @@ -491,7 +469,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Link with a long name @@ -504,7 +481,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Disabled @@ -548,7 +524,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Active @@ -560,18 +535,16 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Link Active @@ -666,7 +638,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Link @@ -678,7 +649,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Another Link @@ -691,7 +661,6 @@ exports[`Navs.vue renders correctly 1`] = ` routertag="a" tag="span" target="_self" - variant="primary" > Disabled diff --git a/tests/unit/views/base/__snapshots__/ProgressBars.spec.js.snap b/tests/unit/views/base/__snapshots__/ProgressBars.spec.js.snap index 096c349e..52cc0525 100644 --- a/tests/unit/views/base/__snapshots__/ProgressBars.spec.js.snap +++ b/tests/unit/views/base/__snapshots__/ProgressBars.spec.js.snap @@ -49,7 +49,6 @@ exports[`ProgressBars.vue renders correctly 1`] = ` precision="0" showprogress="true" value="73" - variant="primary" />
@@ -144,7 +141,6 @@ exports[`ProgressBars.vue renders correctly 1`] = ` precision="0" showvalue="true" value="33.333333333" - variant="primary" />
@@ -157,7 +153,6 @@ exports[`ProgressBars.vue renders correctly 1`] = ` precision="0" showprogress="true" value="33.333333333" - variant="primary" />
@@ -170,7 +165,6 @@ exports[`ProgressBars.vue renders correctly 1`] = ` precision="2" showvalue="true" value="33.333333333" - variant="primary" />
@@ -183,7 +177,6 @@ exports[`ProgressBars.vue renders correctly 1`] = ` precision="2" showprogress="true" value="33.333333333" - variant="primary" /> @@ -222,7 +215,6 @@ exports[`ProgressBars.vue renders correctly 1`] = ` max="100" precision="0" value="75" - variant="primary" />
@@ -234,7 +226,6 @@ exports[`ProgressBars.vue renders correctly 1`] = ` max="100" precision="0" value="75" - variant="primary" /> @@ -290,7 +279,6 @@ exports[`ProgressBars.vue renders correctly 1`] = ` precision="0" showprogress="true" value="75" - variant="primary" />
@@ -304,7 +292,6 @@ exports[`ProgressBars.vue renders correctly 1`] = ` precision="0" showprogress="true" value="75" - variant="primary" /> @@ -681,7 +666,6 @@ exports[`ProgressBars.vue renders correctly 1`] = ` class="c-mb-3" max="100" precision="0" - variant="primary" > diff --git a/tests/unit/views/base/__snapshots__/Table.spec.js.snap b/tests/unit/views/base/__snapshots__/Table.spec.js.snap index 6c388b43..3e48f2a8 100644 --- a/tests/unit/views/base/__snapshots__/Table.spec.js.snap +++ b/tests/unit/views/base/__snapshots__/Table.spec.js.snap @@ -10,8 +10,9 @@ exports[`Table.vue renders correctly 1`] = ` `; diff --git a/tests/unit/views/base/__snapshots__/Tables.spec.js.snap b/tests/unit/views/base/__snapshots__/Tables.spec.js.snap index 2cf957be..19c62928 100644 --- a/tests/unit/views/base/__snapshots__/Tables.spec.js.snap +++ b/tests/unit/views/base/__snapshots__/Tables.spec.js.snap @@ -52,9 +52,10 @@ exports[`Tables.vue renders correctly 1`] = ` hover="true" indexcolumn="true" items="[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]" + itemsperpage="10" optionsrow="true" pagination="true" - perpage="6" + per-page="6" /> diff --git a/tests/unit/views/buttons/ButtonGroups.spec.js b/tests/unit/views/buttons/ButtonGroups.spec.js index 4bd52a19..6d460850 100644 --- a/tests/unit/views/buttons/ButtonGroups.spec.js +++ b/tests/unit/views/buttons/ButtonGroups.spec.js @@ -1,5 +1,5 @@ import Vue from 'vue' -import { shallowMount, mount } from '@vue/test-utils' +import { shallowMount } from '@vue/test-utils' import CoreuiVue from '@coreui/vue' import ButtonGroups from '@/views/buttons/ButtonGroups' diff --git a/tests/unit/views/buttons/StandardButtons.spec.js b/tests/unit/views/buttons/StandardButtons.spec.js index 76eb06cf..79267102 100644 --- a/tests/unit/views/buttons/StandardButtons.spec.js +++ b/tests/unit/views/buttons/StandardButtons.spec.js @@ -1,5 +1,5 @@ import Vue from 'vue' -import { shallowMount, mount } from '@vue/test-utils' +import { shallowMount } from '@vue/test-utils' import CoreuiVue from '@coreui/vue' import StandardButtons from '@/views/buttons/StandardButtons' diff --git a/tests/unit/views/buttons/__snapshots__/ButtonDropdowns.spec.js.snap b/tests/unit/views/buttons/__snapshots__/ButtonDropdowns.spec.js.snap index f7b0f484..fe82c252 100644 --- a/tests/unit/views/buttons/__snapshots__/ButtonDropdowns.spec.js.snap +++ b/tests/unit/views/buttons/__snapshots__/ButtonDropdowns.spec.js.snap @@ -51,15 +51,14 @@ exports[`Dropdowns.vue renders correctly 1`] = `
+ + + +
+
+ - - - -
-
-
an example link @@ -371,7 +370,7 @@ exports[`Alerts.vue renders correctly 1`] = ` titletag="h4" > @@ -381,7 +380,7 @@ exports[`Alerts.vue renders correctly 1`] = `
diff --git a/tests/unit/views/users/User.spec.js b/tests/unit/views/users/User.spec.js index e120eb11..78cebe96 100644 --- a/tests/unit/views/users/User.spec.js +++ b/tests/unit/views/users/User.spec.js @@ -1,4 +1,4 @@ -import { shallowMount, mount, createLocalVue } from '@vue/test-utils' +import { shallowMount, createLocalVue } from '@vue/test-utils' import VueRouter from 'vue-router' import CoreuiVue from '@coreui/vue' import User from '@/views/users/User' diff --git a/tests/unit/views/users/Users.spec.js b/tests/unit/views/users/Users.spec.js index 59ee7fb7..32301ea6 100644 --- a/tests/unit/views/users/Users.spec.js +++ b/tests/unit/views/users/Users.spec.js @@ -1,4 +1,4 @@ -import { createLocalVue, shallowMount, mount } from '@vue/test-utils' +import { createLocalVue, shallowMount } from '@vue/test-utils' import CoreuiVue from '@coreui/vue' import Users from '@/views/users/Users' import VueRouter from 'vue-router'; diff --git a/tests/unit/views/users/__snapshots__/User.spec.js.snap b/tests/unit/views/users/__snapshots__/User.spec.js.snap index 8fc72c67..cd9c098e 100644 --- a/tests/unit/views/users/__snapshots__/User.spec.js.snap +++ b/tests/unit/views/users/__snapshots__/User.spec.js.snap @@ -29,7 +29,7 @@ exports[`User.vue renders correctly 1`] = ` fields="[object Object],[object Object]" fixed="true" items="[object Object]" - perpage="10" + itemsperpage="10" small="true" striped="true" /> @@ -46,7 +46,6 @@ exports[`User.vue renders correctly 1`] = ` routertag="a" target="_self" type="button" - variant="primary" > Back diff --git a/tests/unit/views/users/__snapshots__/Users.spec.js.snap b/tests/unit/views/users/__snapshots__/Users.spec.js.snap index 125e89a8..2e3dea22 100644 --- a/tests/unit/views/users/__snapshots__/Users.spec.js.snap +++ b/tests/unit/views/users/__snapshots__/Users.spec.js.snap @@ -20,8 +20,9 @@ exports[`Users.vue renders correctly 1`] = ` fields="[object Object],[object Object],[object Object],[object Object],[object Object]" hover="true" items="[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]" + itemsperpage="10" pagination="[object Object]" - perpage="5" + per-page="5" striped="true" /> diff --git a/tests/unit/views/widgets/__snapshots__/Widgets.spec.js.snap b/tests/unit/views/widgets/__snapshots__/Widgets.spec.js.snap index 361265d4..8f04d66e 100644 --- a/tests/unit/views/widgets/__snapshots__/Widgets.spec.js.snap +++ b/tests/unit/views/widgets/__snapshots__/Widgets.spec.js.snap @@ -13,7 +13,6 @@ exports[`Widgets.vue renders correctly 1`] = ` header="89.9%" text="Lorem ipsum..." value="25" - variant="primary" > @@ -232,7 +231,7 @@ exports[`Widgets.vue renders correctly 1`] = ` > @@ -251,7 +250,7 @@ exports[`Widgets.vue renders correctly 1`] = ` > @@ -270,7 +269,7 @@ exports[`Widgets.vue renders correctly 1`] = ` > @@ -291,7 +290,7 @@ exports[`Widgets.vue renders correctly 1`] = ` > @@ -311,7 +310,7 @@ exports[`Widgets.vue renders correctly 1`] = ` > @@ -331,7 +330,7 @@ exports[`Widgets.vue renders correctly 1`] = ` > @@ -393,7 +392,6 @@ exports[`Widgets.vue renders correctly 1`] = ` header="28%" text="Returning Visitors" value="25" - variant="primary" >