Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
uses: actions/checkout@v4
- name: Resolve Grafana E2E versions
id: resolve-versions
uses: grafana/plugin-actions/e2e-version@main
uses: grafana/plugin-actions/e2e-version@e2e-versions/refactor-dev-image-resolver
with:
version-resolver-type: plugin-grafana-dependency
grafana-dependency: '>=8.5.0'
Expand Down
1 change: 1 addition & 0 deletions tests/configEditor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ test('should return error if API key is missing', async ({
readProvisionedDataSource,
page,
}) => {
console.log('hello');
const ds = await readProvisionedDataSource({ fileName: 'datasources.yml' });
const datasourceConfigPage = await createDataSourceConfigPage({ type: ds.type });
await page.getByLabel('Path').fill('');
Expand Down
Loading