Skip to content

Commit 4d5f626

Browse files
committed
Removed cy.pause command
1 parent 855c40b commit 4d5f626

File tree

1 file changed

+0
-2
lines changed
  • ui-tests/cypress/lib/dashboard/feedback/ratings

1 file changed

+0
-2
lines changed

ui-tests/cypress/lib/dashboard/feedback/ratings/ratings.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,12 +267,10 @@ const verifyRatingsEChartElements = ({
267267
element: ratingsEChartElements.RATING_ICON,
268268
});
269269

270-
cy.pause();
271270
cy.verifyElement({
272271
element: ratingsEChartElements.RATING,
273272
elementText: "Ratings",
274273
});
275-
cy.pause();
276274
};
277275

278276
const verifyRatingsDataFromTable = ({

0 commit comments

Comments
 (0)