fix test
This commit is contained in:
parent
6912bc6eff
commit
a54944b5bd
1 changed files with 0 additions and 2 deletions
|
|
@ -136,7 +136,6 @@ describe('welcome-page.vue', () => {
|
||||||
const state = wrapper.findComponent({ ref: 'state' });
|
const state = wrapper.findComponent({ ref: 'state' });
|
||||||
const glassOnlyDamage = wrapper.findComponent({ ref: 'glassOnlyDamage' });
|
const glassOnlyDamage = wrapper.findComponent({ ref: 'glassOnlyDamage' });
|
||||||
const phoneNumber = wrapper.findComponent({ ref: 'phoneNumber' });
|
const phoneNumber = wrapper.findComponent({ ref: 'phoneNumber' });
|
||||||
const email = wrapper.findComponent({ ref: 'email' });
|
|
||||||
|
|
||||||
// Assert
|
// Assert
|
||||||
expect(policyNumber.exists()).toBe(true);
|
expect(policyNumber.exists()).toBe(true);
|
||||||
|
|
@ -146,7 +145,6 @@ describe('welcome-page.vue', () => {
|
||||||
expect(state.exists()).toBe(false);
|
expect(state.exists()).toBe(false);
|
||||||
expect(glassOnlyDamage.exists()).toBe(false);
|
expect(glassOnlyDamage.exists()).toBe(false);
|
||||||
expect(phoneNumber.exists()).toBe(true);
|
expect(phoneNumber.exists()).toBe(true);
|
||||||
expect(email.exists()).toBe(true);
|
|
||||||
});
|
});
|
||||||
test('Policy zip field should be visible at all times', async () => {
|
test('Policy zip field should be visible at all times', async () => {
|
||||||
// Arrange
|
// Arrange
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue