chore: update select placeholder test #24
tests.yml
on: push
Run tests and collect coverage
29s
Annotations
2 errors
test/components/form/BaseSelect.spec.ts > component: BaseSelect > rendering > should render error:
node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js#L7279
Error: Unable to get .nui-select-help-text within: <div class="nui-select-wrapper nui-select-default nui-select-md nui-select-rounded-sm nui-select-error">
<!--v-if-->
<div class="nui-select-outer"><select class="nui-select">
<!--v-if-->
</select>
<!--v-if-->
<!--v-if-->
<!--v-if-->
<div class="nui-select-chevron nui-chevron"><svg aria-hidden="true" viewBox="0 0 24 24" class="nui-select-chevron-inner">
<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 9 6 6 6-6"></path>
</svg></div>
<div class="nui-input-help-text text-danger-500">test</div>
</div>
</div>
❯ VueWrapper.BaseWrapper.get node_modules/.pnpm/@VUE+test-utils@2.4.6/node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:7279:15
❯ test/components/form/BaseSelect.spec.ts:108:30
|
Run tests and collect coverage
Process completed with exit code 1.
|