CSR-1012 removed only from test
This commit is contained in:
parent
4c4101a9df
commit
50ae697faa
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ describe("service-location.vue", () => {
|
|||
expect(wrapper.vm.mobileLocationQuestions.serviceZipCode).toBe(newZip);
|
||||
});
|
||||
|
||||
test.only("updates service zip code serviceZipCodeQuestion when resetServiceZipCode is called", () => {
|
||||
test("updates service zip code serviceZipCodeQuestion when resetServiceZipCode is called", () => {
|
||||
// Arrange
|
||||
const { wrapper } = setupMocks({});
|
||||
const newServiceZipCodeQuestion = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue