mirror of https://github.com/grafana/grafana
E2E: Fix running any suite locally (#42210)
* e2e: Fix running any suite locally * Fixed issue with testFiles filter when specifying suite name * unrelated * fixed import paths to shared * Moving dashboards to rootpull/42228/head
parent
2346d5a3f3
commit
0f6ae272e9
@ -1,5 +1,5 @@ |
||||
import { e2e } from '@grafana/e2e'; |
||||
import { expect } from '../../../public/test/lib/common'; |
||||
import { expect } from '../../public/test/lib/common'; |
||||
|
||||
const flakyTimeout = 10000; |
||||
|
||||
@ -1,4 +1,4 @@ |
||||
import { e2e } from '@grafana/e2e'; |
||||
import { smokeTestScenario } from '../../shared/smokeTestScenario'; |
||||
import { smokeTestScenario } from '../shared/smokeTestScenario'; |
||||
|
||||
e2e.scenario(smokeTestScenario); |
||||
Loading…
Reference in new issue