Skip RTP e2e tests for now (#84925)

This commit is contained in:
Josh Hunt 2024-03-21 15:59:13 +00:00 committed by GitHub
parent a813046f3d
commit 35c846f47b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
import { e2e } from '../utils'; import { e2e } from '../utils';
describe('ReturnToPrevious button', () => { describe.skip('ReturnToPrevious button', () => {
beforeEach(() => { beforeEach(() => {
e2e.flows.login(Cypress.env('USERNAME'), Cypress.env('PASSWORD')); e2e.flows.login(Cypress.env('USERNAME'), Cypress.env('PASSWORD'));
cy.window().then((win) => { cy.window().then((win) => {