fix: update Tour components and product tour behavior (#794)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user