fix(cypress): temporary skip heavy tests of about section (#15316)

This commit is contained in:
v-tarasevich-blitz-brain 2025-11-17 20:07:29 +03:00 committed by GitHub
parent f3c0e0804e
commit 7ba6859107
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ describe("summary tab - data product", () => {
]);
});
it("data product - description section", () => {
it.skip("data product - description section", () => {
utils.testAboutSection();
});

View File

@ -21,7 +21,7 @@ describe("summary tab - domain", () => {
]);
});
it("domain - description section", () => {
it.skip("domain - description section", () => {
utils.testAboutSection();
});

View File

@ -19,7 +19,7 @@ describe("summary tab - glossary node", () => {
]);
});
it("glossary node - description section", () => {
it.skip("glossary node - description section", () => {
utils.testAboutSection();
});

View File

@ -21,7 +21,7 @@ describe("summary tab - glossary term", () => {
]);
});
it("glossary term - description section", () => {
it.skip("glossary term - description section", () => {
utils.testAboutSection();
});