We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde6acf commit ecfad06Copy full SHA for ecfad06
ui-tests/cypress/lib/dashboard/feedback/ratings/ratings.js
@@ -348,13 +348,12 @@ const verifyCommentsDataFromTable = ({
348
email = null,
349
}) => {
350
351
-
352
- cy.scrollPageToBottom();
353
354
clickDatatableCommentsTab();
355
356
if (isEmpty) {
357
+ cy.scrollPageToBottom();
+
358
cy.verifyElement({
359
element: commentsDataTableElements().EMPTY_TABLE_ICON,
360
});
@@ -371,6 +370,8 @@ const verifyCommentsDataFromTable = ({
371
370
return;
372
}
373
374
375
376
shouldNot: !isEmpty,
377
labelElement: commentsDataTableElements(index).COMMENT,
0 commit comments