Skip to content

Commit

Permalink
ready for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hetunandu committed Oct 2, 2024
1 parent e6dae22 commit e93db33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import EditorNavigation, {
const apiwidget = require("../../../../locators/apiWidgetslocator.json");
const queryLocators = require("../../../../locators/QueryEditor.json");

describe("MaintainContext&Focus", { tags: ["@tag.IDE"] }, function () {
describe("Focus Retention of Inputs", { tags: ["@tag.IDE"] }, function () {
before("Import the test application", () => {
homePage.CreateNewWorkspace("MaintainContext&Focus", true);
homePage.ImportApp("ContextSwitching.json", "MaintainContext");
Expand Down Expand Up @@ -150,12 +150,10 @@ describe("MaintainContext&Focus", { tags: ["@tag.IDE"] }, function () {

PageLeftPane.selectItem("S3_Query");

agHelper.GetElement(locators._queryName).should("have.text", "S3_Query");

// cy.assertCursorOnCodeInput(
// ".t--actionConfiguration\\.formData\\.bucket\\.data",
// { ch: 2, line: 0 },
// );
cy.assertCursorOnCodeInput(
".t--actionConfiguration\\.formData\\.bucket\\.data",
{ ch: 2, line: 0 },
);

PageLeftPane.switchSegment(PagePaneSegment.JS);

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/IDE/Focus_retentions_inputs_spec.js
cypress/e2e/Regression/ClientSide/Templates/Fork_Template_spec.js

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

0 comments on commit e93db33

Please sign in to comment.