Remove .only from test
This commit is contained in:
parent
6b62095cf5
commit
d111d0a7bc
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ describe("vin-lookup.vue", () => {
|
||||||
expect(wrapper.findAllComponents({ name: "alert" }).length).toBe(0);
|
expect(wrapper.findAllComponents({ name: "alert" }).length).toBe(0);
|
||||||
});
|
});
|
||||||
|
|
||||||
test.only("Error emitted by textbox-question element => VinScanFailed alert shown.", async () => {
|
test("Error emitted by textbox-question element => VinScanFailed alert shown.", async () => {
|
||||||
// Arrange
|
// Arrange
|
||||||
const { wrapper } = setupMocks({});
|
const { wrapper } = setupMocks({});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue