Skip to content

Commit

Permalink
added tag.widget to map spec and set Canvas_Context_Property_Pane_1_s…
Browse files Browse the repository at this point in the history
…pec.js to excludeforarigap
  • Loading branch information
sharanya-appsmith committed Dec 26, 2023
1 parent c928bba commit 011cc46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe("Canvas context Property Pane", { tags: ["@tag.IDE"] }, function () {

it(
"3. Code Editor should have focus while switching between widgets, pages and Editor Panes",
{ tags: ["@tag.Authentication"] },
{ tags: ["@tag.excludeForAirgap"] },
function () {
// TODO: Since google recaptcha is not possible in airgap mode, skipping this test for now for airgapped version.
//Will modify the dsl to have maybe phone input widget to have a dropdown property control - Sangeeth
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as _ from "../../support/Objects/ObjectsCore";
if (Cypress.env("APPSMITH_GOOGLE_MAPS_API_KEY")) {
describe(
"Map Widget Functionality",
{ tags: ["@tag.Maps", "@tag.excludeForAirgap"] },
{ tags: ["@tag.Maps", "@tag.Widget", "@tag.excludeForAirgap"] },
function () {
before(() => {
_.agHelper.AddDsl("Mapdsl");
Expand Down

0 comments on commit 011cc46

Please sign in to comment.