mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Remove more stuff from the e2e object (#75513)
* cut down the e2e object more :) * undo changes in grafana-e2e * couple more things to undo in grafana-e2e
This commit is contained in:
@@ -3,7 +3,7 @@ import { e2e } from '../utils';
|
||||
|
||||
describe('Import Dashboards Test', () => {
|
||||
beforeEach(() => {
|
||||
e2e.flows.login(e2e.env('USERNAME'), e2e.env('PASSWORD'));
|
||||
e2e.flows.login(Cypress.env('USERNAME'), Cypress.env('PASSWORD'));
|
||||
});
|
||||
|
||||
it('Ensure you can import a number of json test dashboards from a specific test directory', () => {
|
||||
|
||||
Reference in New Issue
Block a user