Skip to content

Commit

Permalink
Fix shareapp case
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-qa007 committed Oct 1, 2024
1 parent bb11bf5 commit 635002e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
} from "../../../../support/Objects/ObjectsCore";

import { REPO, CURRENT_REPO } from "../../../../fixtures/REPO";
import gitSyncLocators from "../../../../locators/gitSyncLocators";
const appNavigationLocators = require("../../../../locators/AppNavigation.json");

describe(
Expand Down Expand Up @@ -113,6 +114,7 @@ describe(
agHelper.AssertElementExist(homePage._appEditIcon);
agHelper.GetNClick(homePage._appEditIcon, 0, true);
agHelper.AssertElementAbsence(locators._loading);
agHelper.AssertElementVisibility(gitSyncLocators.connectGitBottomBar);
agHelper.GetNClick(inviteModal.locators._shareButton, 0, true);
agHelper.GetNClick(homePage._sharePublicToggle, 0, true);
agHelper.GetNClick(locators._dialogCloseButton, 0, true);
Expand Down
2 changes: 1 addition & 1 deletion app/client/cypress/limited-tests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# To run only limited tests - give the spec names in below format:
cypress/e2e/Regression/ClientSide/Templates/Fork_Template_spec.js
cypress/e2e/Regression/ClientSide/Workspace/ShareAppTests_Spec.ts

# For running all specs - uncomment below:
#cypress/e2e/**/**/*
Expand Down

0 comments on commit 635002e

Please sign in to comment.