Disable test for weight recalculate (#2476)
This commit is contained in:
parent
ea0d213683
commit
d669fef773
1 changed files with 4 additions and 2 deletions
|
@ -54,10 +54,12 @@ describe("As a staff user I want to change shop default weight unit", () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it(
|
xit(
|
||||||
"should recalculate weight after changing shipping weight unit. TC: SALEOR_0901",
|
"should recalculate weight after changing shipping weight unit. TC: SALEOR_0901",
|
||||||
{ tags: ["@shipping", "@allEnv", "@stable"] },
|
{ tags: ["@shipping", "@allEnv"] },
|
||||||
() => {
|
() => {
|
||||||
|
// Enable this test after fixing SALEOR-4898
|
||||||
|
|
||||||
const rateName = `${startsWith}${faker.datatype.number()}`;
|
const rateName = `${startsWith}${faker.datatype.number()}`;
|
||||||
const minWeightInKg = 1;
|
const minWeightInKg = 1;
|
||||||
const maxWeightInKg = 10;
|
const maxWeightInKg = 10;
|
||||||
|
|
Loading…
Reference in a new issue