Disable test for weight recalculate (#2476)

This commit is contained in:
Karolina Rakoczy 2022-10-26 17:15:52 +02:00 committed by GitHub
parent ea0d213683
commit d669fef773
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",
{ tags: ["@shipping", "@allEnv", "@stable"] },
{ tags: ["@shipping", "@allEnv"] },
() => {
// Enable this test after fixing SALEOR-4898
const rateName = `${startsWith}${faker.datatype.number()}`;
const minWeightInKg = 1;
const maxWeightInKg = 10;