Skip to content

Commit

Permalink
wait for some time
Browse files Browse the repository at this point in the history
  • Loading branch information
vsvamsi1 committed Oct 30, 2024
1 parent bf38144 commit ba1e3e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/client/cypress/limited-tests.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 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/SetProperty/WidgetPropertySetters1_spec.ts
cypress/e2e/Regression/ClientSide/Linting/EntityPropertiesLint_spec.ts
# For running all specs - uncomment below:
#cypress/e2e/**/**/*

Expand Down
1 change: 1 addition & 0 deletions app/client/cypress/support/Pages/JSEditor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export class JSEditor {
);
//Checking JS object was created successfully
this.assertHelper.AssertNetworkStatus("@createNewJSCollection", 201);
cy.wait(800);
this.agHelper.AssertElementVisibility(this._jsObjTxt);
// Assert that the name of the JS Object is focused when newly created
this.agHelper.PressEnter();
Expand Down

0 comments on commit ba1e3e9

Please sign in to comment.