fix: update Tour components and product tour behavior (#794)

This commit is contained in:
Carla Duarte
2022-01-11 13:50:12 -05:00
committed by GitHub
parent 4655b344a7
commit 2d46bacdc7
17 changed files with 100 additions and 128 deletions

View File

@@ -21,7 +21,7 @@ describe('Loaded Tab Page', () => {
let mockData;
let testStore;
let axiosMock;
const calculateUrl = `${getConfig().ECOMMERCE_BASE_URL}/api/v2/baskets/calculate/?code=ZGY11119949&sku=8CF08E5&username=testuser`;
const calculateUrl = `${getConfig().ECOMMERCE_BASE_URL}/api/v2/baskets/calculate/?code=ZGY11119949&sku=8CF08E5&username=MockUser`;
const courseMetadata = Factory.build('courseMetadata', { celebrations: { streak_length_to_celebrate: 3 } });
function setDiscount(percent) {