mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-13 09:52:46 +00:00
fix(cypress) Skip summaryTab.js while we fix it (#15135)
This commit is contained in:
parent
eeb2c88469
commit
b02f182e70
@ -142,18 +142,18 @@ describe("summary tab - domain", () => {
|
|||||||
utils.deleteDomain(cleanupData.domainName);
|
utils.deleteDomain(cleanupData.domainName);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("domain - header section", () => {
|
it.skip("domain - header section", () => {
|
||||||
testPropertiesSection([
|
testPropertiesSection([
|
||||||
{ name: "Created", type: "CREATED" },
|
{ name: "Created", type: "CREATED" },
|
||||||
{ name: "Owners", type: "OWNERS", value: USER_DISPLAY_NAME },
|
{ name: "Owners", type: "OWNERS", value: USER_DISPLAY_NAME },
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("domain - description section", () => {
|
it.skip("domain - description section", () => {
|
||||||
testAboutSection();
|
testAboutSection();
|
||||||
});
|
});
|
||||||
|
|
||||||
it("domain - modules section", () => {
|
it.skip("domain - modules section", () => {
|
||||||
const defaultModules = [
|
const defaultModules = [
|
||||||
{
|
{
|
||||||
type: "assets",
|
type: "assets",
|
||||||
@ -201,18 +201,18 @@ describe("summary tab - glossary node", () => {
|
|||||||
utils.deleteOpenedGLossaryTerm();
|
utils.deleteOpenedGLossaryTerm();
|
||||||
});
|
});
|
||||||
|
|
||||||
it("glossary node - header section", () => {
|
it.skip("glossary node - header section", () => {
|
||||||
testPropertiesSection([
|
testPropertiesSection([
|
||||||
{ name: "Created", type: "CREATED" },
|
{ name: "Created", type: "CREATED" },
|
||||||
{ name: "Owners", type: "OWNERS", value: USER_DISPLAY_NAME },
|
{ name: "Owners", type: "OWNERS", value: USER_DISPLAY_NAME },
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("glossary node - description section", () => {
|
it.skip("glossary node - description section", () => {
|
||||||
testAboutSection();
|
testAboutSection();
|
||||||
});
|
});
|
||||||
|
|
||||||
it("glossary node - modules section", () => {
|
it.skip("glossary node - modules section", () => {
|
||||||
const defaultModules = [
|
const defaultModules = [
|
||||||
{
|
{
|
||||||
type: "hierarchy",
|
type: "hierarchy",
|
||||||
@ -250,7 +250,7 @@ describe("summary tab - glossary term", () => {
|
|||||||
utils.deleteOpenedGlossaryNode();
|
utils.deleteOpenedGlossaryNode();
|
||||||
});
|
});
|
||||||
|
|
||||||
it("glossary term - header section", () => {
|
it.skip("glossary term - header section", () => {
|
||||||
testPropertiesSection([
|
testPropertiesSection([
|
||||||
{ name: "Created", type: "CREATED" },
|
{ name: "Created", type: "CREATED" },
|
||||||
{ name: "Owners", type: "OWNERS", value: USER_DISPLAY_NAME },
|
{ name: "Owners", type: "OWNERS", value: USER_DISPLAY_NAME },
|
||||||
@ -258,11 +258,11 @@ describe("summary tab - glossary term", () => {
|
|||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("glossary term - description section", () => {
|
it.skip("glossary term - description section", () => {
|
||||||
testAboutSection();
|
testAboutSection();
|
||||||
});
|
});
|
||||||
|
|
||||||
it("glossary term - modules section", () => {
|
it.skip("glossary term - modules section", () => {
|
||||||
const defaultModules = [
|
const defaultModules = [
|
||||||
{
|
{
|
||||||
type: "assets",
|
type: "assets",
|
||||||
@ -299,7 +299,7 @@ describe("summary tab - data product", () => {
|
|||||||
utils.deleteOpenedDataProduct();
|
utils.deleteOpenedDataProduct();
|
||||||
});
|
});
|
||||||
|
|
||||||
it("data product - header section", () => {
|
it.skip("data product - header section", () => {
|
||||||
testPropertiesSection([
|
testPropertiesSection([
|
||||||
{ name: "Created", type: "CREATED" },
|
{ name: "Created", type: "CREATED" },
|
||||||
{ name: "Owners", type: "OWNERS", value: USER_DISPLAY_NAME },
|
{ name: "Owners", type: "OWNERS", value: USER_DISPLAY_NAME },
|
||||||
@ -309,11 +309,11 @@ describe("summary tab - data product", () => {
|
|||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("data product - description section", () => {
|
it.skip("data product - description section", () => {
|
||||||
testAboutSection();
|
testAboutSection();
|
||||||
});
|
});
|
||||||
|
|
||||||
it("data product - modules section", () => {
|
it.skip("data product - modules section", () => {
|
||||||
const defaultModules = [
|
const defaultModules = [
|
||||||
{
|
{
|
||||||
type: "assets",
|
type: "assets",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user