Start of unit tests for alerts
This commit is contained in:
parent
813eddf124
commit
1dca9f7f6c
4 changed files with 3 additions and 4 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
alert-class="alert-danger"
|
alert-class="alert-danger"
|
||||||
cms-widget-name="AlertVinNotFoundWidget"
|
cms-widget-name="AlertVinNotFoundWidget"
|
||||||
id="vehicle-not-found-alert"
|
id="vehicle-not-found-alert"
|
||||||
|
aria-label="vehicle-not-found-alert"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
cms-widget-name="AlertMatchedDifferentVehicleWidget"
|
cms-widget-name="AlertMatchedDifferentVehicleWidget"
|
||||||
:manual-copy="body"
|
:manual-copy="body"
|
||||||
:manual-headline="header"
|
:manual-headline="header"
|
||||||
|
aria-label="vehicle-not-matched-alert"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|
|
||||||
|
|
@ -165,6 +165,3 @@ function setupMocks({
|
||||||
|
|
||||||
return { wrapper, apiPromise };
|
return { wrapper, apiPromise };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// npm run test:unit src/layouts/license-plate-lookup/license-plate-lookup.spec.js
|
|
||||||
Loading…
Reference in a new issue