From f0533a9b2e467d7ed9bcecfd0ca37fc4478b81d8 Mon Sep 17 00:00:00 2001 From: woothu <32914662+woothu@users.noreply.github.com> Date: Wed, 29 Jan 2020 16:31:11 +0100 Subject: [PATCH] refactor: view refactors, snapshot update --- CONTRIBUTING.md | 2 +- src/containers/TheFooter.vue | 2 +- src/views/base/Navbars.vue | 12 +- src/views/buttons/Dropdowns.vue | 2 +- src/views/charts/CChartRadarExample.vue | 4 +- src/views/notifications/Alerts.vue | 2 +- .../__snapshots__/TheFooter.spec.js.snap | 2 +- .../TheHeaderDropdownAccnt.spec.js.snap | 2 +- .../__snapshots__/Dashboard.spec.js.snap | 1 + .../__snapshots__/Breadcrumbs.spec.js.snap | 4 +- .../base/__snapshots__/Cards.spec.js.snap | 16 +- .../base/__snapshots__/Carousels.spec.js.snap | 4 +- .../base/__snapshots__/Collapses.spec.js.snap | 4 +- .../base/__snapshots__/Navbars.spec.js.snap | 20 +- .../base/__snapshots__/Navs.spec.js.snap | 2 +- .../base/__snapshots__/Switches.spec.js.snap | 1 + .../base/__snapshots__/Table.spec.js.snap | 1 + .../__snapshots__/BrandButtons.spec.js.snap | 408 +++++------------- .../ButtonDropdowns.spec.js.snap | 24 +- .../__snapshots__/ButtonGroups.spec.js.snap | 6 +- .../__snapshots__/Badges.spec.js.snap | 16 +- .../theme/__snapshots__/Colors.spec.js.snap | 8 +- .../users/__snapshots__/User.spec.js.snap | 1 + .../users/__snapshots__/Users.spec.js.snap | 1 + 24 files changed, 152 insertions(+), 393 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2c3c8a4..630e302c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -144,7 +144,7 @@ Inspired by Sparkbox's awesome article on [semantic commit messages](http://sees - fix (bug fix) -> ```git commit -m 'fix: commit-message-here'``` - refactor (refactoring production code) -> ```git commit -m 'refactor: commit-message-here'``` - style (formatting, missing semi colons, etc; no code change) -> ```git commit -m 'style: commit-message-here'``` -- test (adding missing tests, refactoring tests; no production code change) -> ```git test -m 'refactor: commit-message-here'``` +- test (adding missing tests, refactoring tests; no production code change) -> ```git commit -m 'test: commit-message-here'``` ## Code guidelines diff --git a/src/containers/TheFooter.vue b/src/containers/TheFooter.vue index 8606811b..f3133368 100644 --- a/src/containers/TheFooter.vue +++ b/src/containers/TheFooter.vue @@ -2,7 +2,7 @@
CoreUI - © 2019 creativeLabs. + © 2020 creativeLabs.
Powered by diff --git a/src/views/base/Navbars.vue b/src/views/base/Navbars.vue index 4c1c7302..c3d13b2b 100644 --- a/src/views/base/Navbars.vue +++ b/src/views/base/Navbars.vue @@ -30,13 +30,13 @@ - + - + Search @@ -44,7 +44,6 @@ EN ES @@ -55,7 +54,6 @@ Profile Signout @@ -112,7 +110,6 @@ EN @@ -122,7 +119,6 @@ Account @@ -176,7 +172,7 @@ export default { return { show: false, navbarText: false, - navbarDropdown: false, + navbarDropdown: false } } } diff --git a/src/views/buttons/Dropdowns.vue b/src/views/buttons/Dropdowns.vue index 9c2117bb..01b5a1be 100644 --- a/src/views/buttons/Dropdowns.vue +++ b/src/views/buttons/Dropdowns.vue @@ -111,7 +111,7 @@
diff --git a/src/views/charts/CChartRadarExample.vue b/src/views/charts/CChartRadarExample.vue index 9939da30..d5094ffc 100644 --- a/src/views/charts/CChartRadarExample.vue +++ b/src/views/charts/CChartRadarExample.vue @@ -19,7 +19,7 @@ export default { defaultDatasets () { return [ { - label: '2017', + label: '2019', backgroundColor: 'rgba(179,181,198,0.2)', borderColor: 'rgba(179,181,198,1)', pointBackgroundColor: 'rgba(179,181,198,1)', @@ -30,7 +30,7 @@ export default { data: [65, 59, 90, 81, 56, 55, 40] }, { - label: '2018', + label: '2020', backgroundColor: 'rgba(255,99,132,0.2)', borderColor: 'rgba(255,99,132,1)', pointBackgroundColor: 'rgba(255,99,132,1)', diff --git a/src/views/notifications/Alerts.vue b/src/views/notifications/Alerts.vue index f57e85a4..223fda7a 100644 --- a/src/views/notifications/Alerts.vue +++ b/src/views/notifications/Alerts.vue @@ -188,7 +188,7 @@ export default { this.dismissCountDown = this.dismissSecs }, showDismissibleAlerts () { - ['alert1', 'alert2', 'alert3'].forEach(alert => this[alert] = true) + ['alert1', 'alert2'].forEach(alert => this[alert] = true) } } } diff --git a/tests/unit/containers/__snapshots__/TheFooter.spec.js.snap b/tests/unit/containers/__snapshots__/TheFooter.spec.js.snap index 83e7adc0..74304f11 100644 --- a/tests/unit/containers/__snapshots__/TheFooter.spec.js.snap +++ b/tests/unit/containers/__snapshots__/TheFooter.spec.js.snap @@ -16,7 +16,7 @@ exports[`TheFooter.vue renders correctly 1`] = ` - © 2019 creativeLabs. + © 2020 creativeLabs.
diff --git a/tests/unit/containers/__snapshots__/TheHeaderDropdownAccnt.spec.js.snap b/tests/unit/containers/__snapshots__/TheHeaderDropdownAccnt.spec.js.snap index d48e9e4f..d8430350 100644 --- a/tests/unit/containers/__snapshots__/TheHeaderDropdownAccnt.spec.js.snap +++ b/tests/unit/containers/__snapshots__/TheHeaderDropdownAccnt.spec.js.snap @@ -7,7 +7,7 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = ` class="c-header-nav-items" flip="true" innav="true" - offset="0" + offset="0,0" placement="bottom-end" togglertext="Dropdown" > diff --git a/tests/unit/views/__snapshots__/Dashboard.spec.js.snap b/tests/unit/views/__snapshots__/Dashboard.spec.js.snap index 53b3c50d..34ad255a 100644 --- a/tests/unit/views/__snapshots__/Dashboard.spec.js.snap +++ b/tests/unit/views/__snapshots__/Dashboard.spec.js.snap @@ -950,6 +950,7 @@ exports[`Dashboard.vue renders correctly 1`] = ` class="mb-0 table-outline" fields="[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]" head-color="light" + header="true" hover="true" items="[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]" itemsperpage="10" diff --git a/tests/unit/views/base/__snapshots__/Breadcrumbs.spec.js.snap b/tests/unit/views/base/__snapshots__/Breadcrumbs.spec.js.snap index e19eb41a..edee7447 100644 --- a/tests/unit/views/base/__snapshots__/Breadcrumbs.spec.js.snap +++ b/tests/unit/views/base/__snapshots__/Breadcrumbs.spec.js.snap @@ -15,12 +15,10 @@ exports[`Breadcrumbs.vue renders correctly 1`] = ` > - - cilJustifyCenter - undefined diff --git a/tests/unit/views/base/__snapshots__/Cards.spec.js.snap b/tests/unit/views/base/__snapshots__/Cards.spec.js.snap index ac63ff2c..7b912841 100644 --- a/tests/unit/views/base/__snapshots__/Cards.spec.js.snap +++ b/tests/unit/views/base/__snapshots__/Cards.spec.js.snap @@ -76,12 +76,10 @@ exports[`Cards.vue renders correctly 1`] = ` > - - cilCheck - undefined Card with icon @@ -729,12 +727,10 @@ exports[`Cards.vue renders correctly 1`] = ` > - - cilSettings - undefined @@ -746,12 +742,10 @@ exports[`Cards.vue renders correctly 1`] = ` > - - cilChevronBottom - undefined @@ -763,12 +757,10 @@ exports[`Cards.vue renders correctly 1`] = ` > - - cilXCircle - undefined diff --git a/tests/unit/views/base/__snapshots__/Carousels.spec.js.snap b/tests/unit/views/base/__snapshots__/Carousels.spec.js.snap index c38d3086..d9cba445 100644 --- a/tests/unit/views/base/__snapshots__/Carousels.spec.js.snap +++ b/tests/unit/views/base/__snapshots__/Carousels.spec.js.snap @@ -15,12 +15,10 @@ exports[`Carousels.vue renders correctly 1`] = ` > - - cilJustifyCenter - undefined diff --git a/tests/unit/views/base/__snapshots__/Collapses.spec.js.snap b/tests/unit/views/base/__snapshots__/Collapses.spec.js.snap index 3c465950..99e3a24c 100644 --- a/tests/unit/views/base/__snapshots__/Collapses.spec.js.snap +++ b/tests/unit/views/base/__snapshots__/Collapses.spec.js.snap @@ -15,12 +15,10 @@ exports[`Collapses.vue renders correctly 1`] = ` > - - cilJustifyCenter - undefined diff --git a/tests/unit/views/base/__snapshots__/Navbars.spec.js.snap b/tests/unit/views/base/__snapshots__/Navbars.spec.js.snap index b46cb1d7..883eb149 100644 --- a/tests/unit/views/base/__snapshots__/Navbars.spec.js.snap +++ b/tests/unit/views/base/__snapshots__/Navbars.spec.js.snap @@ -90,10 +90,11 @@ exports[`Navbars.vue renders correctly 1`] = ` tag="ul" > diff --git a/tests/unit/views/base/__snapshots__/Switches.spec.js.snap b/tests/unit/views/base/__snapshots__/Switches.spec.js.snap index ddd39400..725d9eae 100644 --- a/tests/unit/views/base/__snapshots__/Switches.spec.js.snap +++ b/tests/unit/views/base/__snapshots__/Switches.spec.js.snap @@ -1684,6 +1684,7 @@ exports[`Switches.vue renders correctly 1`] = ` - - cibFacebook - undefined @@ -88,12 +86,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibTwitter - undefined @@ -108,12 +104,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibLinkedin - undefined @@ -128,12 +122,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibFlickr - undefined @@ -148,12 +140,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibTumblr - undefined @@ -168,12 +158,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibXing - undefined @@ -188,12 +176,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibGithub - undefined @@ -208,12 +194,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibStackOverflow - undefined @@ -228,12 +212,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibYoutube - undefined @@ -248,12 +230,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibDribbble - undefined @@ -268,12 +248,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibInstagram - undefined @@ -288,12 +266,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibPinterest - undefined @@ -308,12 +284,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibVk - undefined @@ -328,12 +302,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibYahoo - undefined @@ -348,12 +320,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibBehance - undefined @@ -368,12 +338,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibReddit - undefined @@ -388,12 +356,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibVimeo - undefined @@ -415,12 +381,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibFacebook - undefined @@ -435,12 +399,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibTwitter - undefined @@ -455,12 +417,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibLinkedin - undefined @@ -475,12 +435,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibFlickr - undefined @@ -495,12 +453,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibTumblr - undefined @@ -515,12 +471,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibXing - undefined @@ -535,12 +489,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibGithub - undefined @@ -555,12 +507,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibStackOverflow - undefined @@ -575,12 +525,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibYoutube - undefined @@ -595,12 +543,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibDribbble - undefined @@ -615,12 +561,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibInstagram - undefined @@ -635,12 +579,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibPinterest - undefined @@ -655,12 +597,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibVk - undefined @@ -675,12 +615,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibYahoo - undefined @@ -695,12 +633,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibBehance - undefined @@ -715,12 +651,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibReddit - undefined @@ -735,12 +669,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibVimeo - undefined @@ -768,12 +700,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibFacebook - undefined @@ -788,12 +718,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibTwitter - undefined @@ -808,12 +736,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibLinkedin - undefined @@ -828,12 +754,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibFlickr - undefined @@ -848,12 +772,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibTumblr - undefined @@ -868,12 +790,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibXing - undefined @@ -888,12 +808,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibGithub - undefined @@ -908,12 +826,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibStackOverflow - undefined @@ -928,12 +844,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibYoutube - undefined @@ -948,12 +862,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibDribbble - undefined @@ -968,12 +880,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibInstagram - undefined @@ -988,12 +898,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibPinterest - undefined @@ -1008,12 +916,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibVk - undefined @@ -1028,12 +934,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibYahoo - undefined @@ -1048,12 +952,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibBehance - undefined @@ -1068,12 +970,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibReddit - undefined @@ -1088,12 +988,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibVimeo - undefined @@ -1155,12 +1053,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibFacebook - undefined @@ -1171,12 +1067,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibTwitter - undefined @@ -1187,12 +1081,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibLinkedin - undefined @@ -1203,12 +1095,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibFlickr - undefined @@ -1219,12 +1109,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibTumblr - undefined @@ -1235,12 +1123,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibXing - undefined @@ -1251,12 +1137,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibGithub - undefined @@ -1267,12 +1151,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibStackOverflow - undefined @@ -1283,12 +1165,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibYoutube - undefined @@ -1299,12 +1179,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibDribbble - undefined @@ -1315,12 +1193,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibInstagram - undefined @@ -1331,12 +1207,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibPinterest - undefined @@ -1347,12 +1221,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibVk - undefined @@ -1363,12 +1235,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibYahoo - undefined @@ -1379,12 +1249,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibBehance - undefined @@ -1395,12 +1263,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibReddit - undefined @@ -1411,12 +1277,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibVimeo - undefined @@ -1434,12 +1298,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibFacebook - undefined @@ -1450,12 +1312,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibTwitter - undefined @@ -1466,12 +1326,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibLinkedin - undefined @@ -1482,12 +1340,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibFlickr - undefined @@ -1498,12 +1354,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibTumblr - undefined @@ -1514,12 +1368,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibXing - undefined @@ -1530,12 +1382,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibGithub - undefined @@ -1546,12 +1396,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibStackOverflow - undefined @@ -1562,12 +1410,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibYoutube - undefined @@ -1578,12 +1424,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibDribbble - undefined @@ -1594,12 +1438,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibInstagram - undefined @@ -1610,12 +1452,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibPinterest - undefined @@ -1626,12 +1466,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibVk - undefined @@ -1642,12 +1480,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibYahoo - undefined @@ -1658,12 +1494,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibBehance - undefined @@ -1674,12 +1508,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibReddit - undefined @@ -1690,12 +1522,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibVimeo - undefined @@ -1719,12 +1549,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibFacebook - undefined @@ -1735,12 +1563,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibTwitter - undefined @@ -1751,12 +1577,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibLinkedin - undefined @@ -1767,12 +1591,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibFlickr - undefined @@ -1783,12 +1605,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibTumblr - undefined @@ -1799,12 +1619,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibXing - undefined @@ -1815,12 +1633,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibGithub - undefined @@ -1831,12 +1647,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibStackOverflow - undefined @@ -1847,12 +1661,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibYoutube - undefined @@ -1863,12 +1675,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibDribbble - undefined @@ -1879,12 +1689,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibInstagram - undefined @@ -1895,12 +1703,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibPinterest - undefined @@ -1911,12 +1717,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibVk - undefined @@ -1927,12 +1731,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibYahoo - undefined @@ -1943,12 +1745,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibBehance - undefined @@ -1959,12 +1759,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibReddit - undefined @@ -1975,12 +1773,10 @@ exports[`BrandButtons.vue renders correctly 1`] = ` > - - cibVimeo - undefined diff --git a/tests/unit/views/buttons/__snapshots__/ButtonDropdowns.spec.js.snap b/tests/unit/views/buttons/__snapshots__/ButtonDropdowns.spec.js.snap index 94d623a8..28be1d42 100644 --- a/tests/unit/views/buttons/__snapshots__/ButtonDropdowns.spec.js.snap +++ b/tests/unit/views/buttons/__snapshots__/ButtonDropdowns.spec.js.snap @@ -16,12 +16,10 @@ exports[`Dropdowns.vue renders correctly 1`] = ` > - - cilJustifyCenter - undefined @@ -229,12 +227,10 @@ exports[`Dropdowns.vue renders correctly 1`] = ` > - - cilJustifyCenter - undefined @@ -498,12 +494,10 @@ exports[`Dropdowns.vue renders correctly 1`] = ` > - - cilJustifyCenter - undefined @@ -586,12 +580,10 @@ exports[`Dropdowns.vue renders correctly 1`] = ` > - - cilJustifyCenter - undefined @@ -809,12 +801,10 @@ exports[`Dropdowns.vue renders correctly 1`] = ` > - - cilJustifyCenter - undefined @@ -939,12 +929,10 @@ exports[`Dropdowns.vue renders correctly 1`] = ` > - - cilJustifyCenter - undefined diff --git a/tests/unit/views/buttons/__snapshots__/ButtonGroups.spec.js.snap b/tests/unit/views/buttons/__snapshots__/ButtonGroups.spec.js.snap index 30388248..deebe075 100644 --- a/tests/unit/views/buttons/__snapshots__/ButtonGroups.spec.js.snap +++ b/tests/unit/views/buttons/__snapshots__/ButtonGroups.spec.js.snap @@ -381,7 +381,7 @@ exports[`ButtonGroups.vue renders correctly 1`] = ` caret="true" color="success" flip="true" - offset="0" + offset="0,0" placement="bottom-start" right="" text="Menu" @@ -439,7 +439,7 @@ exports[`ButtonGroups.vue renders correctly 1`] = ` caret="true" color="info" flip="true" - offset="0" + offset="0,0" placement="bottom-start" right="" split="true" @@ -809,7 +809,7 @@ exports[`ButtonGroups.vue renders correctly 1`] = ` class="mx-1" color="secondary" flip="true" - offset="0" + offset="0,0" placement="bottom-end" togglertext="Dropdown" > diff --git a/tests/unit/views/notifications/__snapshots__/Badges.spec.js.snap b/tests/unit/views/notifications/__snapshots__/Badges.spec.js.snap index bb6d9775..aded0dc0 100644 --- a/tests/unit/views/notifications/__snapshots__/Badges.spec.js.snap +++ b/tests/unit/views/notifications/__snapshots__/Badges.spec.js.snap @@ -15,12 +15,10 @@ exports[`Badges.vue renders correctly 1`] = ` > - - cilJustifyCenter - undefined @@ -126,12 +124,10 @@ exports[`Badges.vue renders correctly 1`] = ` > - - cilJustifyCenter - undefined Badge @@ -202,12 +198,10 @@ exports[`Badges.vue renders correctly 1`] = ` > - - cilJustifyCenter - undefined Badge @@ -278,12 +272,10 @@ exports[`Badges.vue renders correctly 1`] = ` > - - cilJustifyCenter - undefined Badge diff --git a/tests/unit/views/theme/__snapshots__/Colors.spec.js.snap b/tests/unit/views/theme/__snapshots__/Colors.spec.js.snap index 312aafe2..f1c7efbd 100644 --- a/tests/unit/views/theme/__snapshots__/Colors.spec.js.snap +++ b/tests/unit/views/theme/__snapshots__/Colors.spec.js.snap @@ -10,12 +10,10 @@ exports[`Colors.vue renders correctly 1`] = ` > - - cilDrop - undefined Theme colors @@ -415,12 +413,10 @@ exports[`Colors.vue renders correctly 1`] = ` > - - cilDrop - undefined Grays diff --git a/tests/unit/views/users/__snapshots__/User.spec.js.snap b/tests/unit/views/users/__snapshots__/User.spec.js.snap index 8fbef2e6..ac07cc92 100644 --- a/tests/unit/views/users/__snapshots__/User.spec.js.snap +++ b/tests/unit/views/users/__snapshots__/User.spec.js.snap @@ -21,6 +21,7 @@ exports[`User.vue renders correctly 1`] = `