File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
ui-tests/cypress/lib/dashboard/feedback/ratings Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -157,14 +157,14 @@ const verifyDemoPageElementsAndRate = ({
157157 cy . getElement ( demoPageElements . SUCCESS_ICON ) . invoke ( "attr" , "style" ) . should ( "contain" , helper . hexToRgb ( successIconColor ) ) ;
158158 }
159159
160- if ( hasPoweredByLogo ) {
161- cy . verifyElement ( {
162- element : demoPageElements . LOGO_IMAGE ,
163- } ) ;
164- }
165- else {
166- cy . shouldNotExist ( demoPageElements . LOGO_IMAGE ) ;
167- }
160+ // if (hasPoweredByLogo) { //TODO: Page returns to the previous page fastly, so it is not possible to check the logo image
161+ // cy.verifyElement({
162+ // element: demoPageElements.LOGO_IMAGE,
163+ // });
164+ // }
165+ // else {
166+ // cy.shouldNotExist(demoPageElements.LOGO_IMAGE);
167+ // }
168168} ;
169169
170170module . exports = {
You can’t perform that action at this time.
0 commit comments