Skip to content

Commit

Permalink
Updated the code to account for hubspot connection timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Laveena Enid <[email protected]>
  • Loading branch information
laveena-en committed Feb 21, 2025
1 parent 0ff2337 commit e96cdde
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ describe(
dataSources.RunQuery();
dataSources.RunQuery();
dataSources.RunQuery();
dataSources.RunQuery();
dataSources.RunQuery();
PageLeftPane.switchSegment(PagePaneSegment.UI); // Switching the tab to ensure connection reset from Hubspot platform gets refreshed
PageLeftPane.switchSegment(PagePaneSegment.Queries);
cy.get("@postExecute").then((resObj: any) => {
Expand Down

0 comments on commit e96cdde

Please sign in to comment.