|
|
@@ -29,8 +29,6 @@ context('Access to page', () => {
|
|
|
|
|
|
it('/Sandbox with anchor hash is successfully loaded', () => {
|
|
|
cy.visit('/Sandbox#Headers');
|
|
|
- cy.getByTestid('grw-fab-create-page').should('have.class', 'fadeInUp').should('be.visible');
|
|
|
- cy.getByTestid('grw-fab-return-to-top').should('have.class', 'fadeInUp').should('be.visible');
|
|
|
cy.screenshot(`${ssPrefix}-sandbox-headers`, {
|
|
|
disableTimersAndAnimations: false,
|
|
|
});
|