mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Skip RTP e2e tests for now (#84925)
This commit is contained in:
parent
a813046f3d
commit
35c846f47b
@ -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) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user