CSR-2063
CSR-2063 will allow hasclaimregistration to go to vehicle page now but disable vehicle dropdowns
This commit is contained in:
parent
4e245fd08e
commit
53f74d20dd
1 changed files with 0 additions and 12 deletions
|
|
@ -718,18 +718,6 @@ describe("vehicle-damage.vue", () => {
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
describe("hide back button", () => {
|
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", () => {
|
test("if claim is verified => should hide back button", () => {
|
||||||
// Arrange
|
// Arrange
|
||||||
const { wrapper } = setupMocks({
|
const { wrapper } = setupMocks({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue