Chore: Remove returnToPrevious feature toggle (#88332)

This commit is contained in:
Laura Fernández
2024-05-27 17:47:57 +02:00
committed by GitHub
parent 08b18113d2
commit 6d98f53e8b
11 changed files with 5 additions and 40 deletions

View File

@@ -3,9 +3,6 @@ import { e2e } from '../utils';
describe('ReturnToPrevious button', () => {
beforeEach(() => {
e2e.flows.login(Cypress.env('USERNAME'), Cypress.env('PASSWORD'));
cy.window().then((win) => {
win.localStorage.setItem('grafana.featureToggles', 'returnToPrevious=1');
});
cy.visit('/alerting/list');
e2e.components.AlertRules.groupToggle().first().click();