Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import EditorNavigation, {

let dsName: any, userMock: string, movieMock: string;

describe(
describe.skip(
"Bug 26716: Datasource selected from entity explorer should be correctly highlighted",
{
tags: [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { agHelper, dataSources } from "../../../../support/Objects/ObjectsCore";
import { featureFlagIntercept } from "../../../../support/Objects/FeatureFlags";

describe(
describe.skip(
"Datasource structure schema preview data",
{
tags: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe(
dataSources.DeleteDatasourceFromWithinDS(dataSourceName);
});

it(
it.skip(
"3. Verify if schema (table and column) exist in query editor and searching works",
{ tags: ["@tag.excludeForAirgap"] },
() => {
Expand All @@ -83,7 +83,7 @@ describe(
},
);

it(
it.skip(
"4. Verify if refresh works.",
{ tags: ["@tag.excludeForAirgap"] },
() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe(
_.entityExplorer.DeleteWidgetFromEntityExplorer("MenuButton1");
});

it("7. Table widget validation regex", () => {
it.skip("7. Table widget validation regex", () => {
_.agHelper.RefreshPage();
_.entityExplorer.DragDropWidgetNVerify(_.draggableWidgets.TABLE);
_.agHelper.GetNClick(OneClickBindingLocator.datasourceDropdownSelector);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
draggableWidgets,
} from "../../../../support/Objects/ObjectsCore";

describe(
describe.skip(
"Handle Conversion for Generated/Imported Pages",
{ tags: ["@tag.Settings", "@tag.excludeForAirgap"] },
() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const oneClickBinding = new OneClickBinding();

const upfrontContentCount = 4;

describe(
describe.skip(
"One click binding control",
{ tags: ["@tag.excludeForAirgap", "@tag.Binding"] },
() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe(
_.debuggerHelper.AssertOpen(PageType.DataSources);
});

it(
it.skip(
"5. Query bottom bar should be collapsable",
{ tags: ["@tag.excludeForAirgap"] },
() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Cyclic Dependency Error if occurs, Message would be shown in following 6 cases:

let dsname;

describe(
describe.skip(
"Cyclic Dependency Informational Error Messages",
{ tags: ["@tag.PropertyPane", "@tag.JS", "@tag.Binding"] },
function () {
Expand Down
2 changes: 1 addition & 1 deletion app/client/cypress/e2e/Sanity/Datasources/MockDBs_Spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
} from "../../../support/Pages/EditorNavigation";
import PageList from "../../../support/Pages/PageList";

describe(
describe.skip(
"Validate Mock Query Active Ds querying & count",
{
tags: [
Expand Down
2 changes: 1 addition & 1 deletion app/client/cypress/e2e/Sanity/Datasources/Styles_spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { agHelper, dataSources } from "../../../support/Objects/ObjectsCore";

let dsName;
describe(
describe.skip(
"Validate Datasource Panel Styles",
{
tags: [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as _ from "../../../support/Objects/ObjectsCore";
import PageList from "../../../support/Pages/PageList";

describe(
describe.skip(
"Validate generate CRUD operation by creating a datasource from generate CRUD form",
{
tags: ["@tag.Datasource", "@tag.Sanity", "@tag.Git", "@tag.AccessControl"],
Expand Down
Loading