File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import '@/styles/index.scss'
22
22
// Alternatively you can use CommonJS syntax:
23
23
// require('./commands')
24
24
25
- import { createVuetify } from 'vuetify'
25
+ import vuetify from '@/plugins/ vuetify'
26
26
27
27
import { mount } from 'cypress/vue'
28
28
@@ -34,7 +34,6 @@ Cypress.Commands.add('mount', mount)
34
34
// e.g. cy.mount(MyVuetifyComponent)
35
35
// see also addVuetifyStyles
36
36
Cypress . Commands . add ( 'vmount' , ( component , options = { } ) => {
37
- const vuetify = createVuetify ( )
38
37
return mount (
39
38
component ,
40
39
{
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ $cjob: ".c-job .job rect";
134
134
}
135
135
136
136
@each $theme in " default" , " greyscale" , " colour_blind" {
137
- #app .job_theme--#{$theme } {
137
+ .job_theme--#{$theme } {
138
138
& , // job theme as configured by the top-level application
139
139
& .job_theme_override {
140
140
// if overridden elsewhere the new value should take priority
You can’t perform that action at this time.
0 commit comments