CSR-2063 will allow hasclaimregistration to go to vehicle page now but disable vehicle dropdowns
This commit is contained in:
CarlNation 2024-04-12 10:40:21 -04:00
parent 4e245fd08e
commit 53f74d20dd

View file

@ -718,18 +718,6 @@ describe("vehicle-damage.vue", () => {
);
});
describe("hide back button", () => {
test("if claim registration is delayed => should hide back button", () => {
// Arrange
const { wrapper } = setupMocks({
funnelCookie: {
HasDelayedClaimRegistration: true,
},
});
// Assert
expect(wrapper.vm.shouldHideBackButton).toBe(true);
});
test("if claim is verified => should hide back button", () => {
// Arrange
const { wrapper } = setupMocks({