Skip to content

Commit cca2f37

Browse files
committed
Debug
1 parent f9c44f5 commit cca2f37

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
contents: read
1717
id-token: write
1818
with:
19-
plugin-version-suffix: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}
19+
plugin-version-suffix: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}
20+
upload-playwright-artifacts: true

e2e/query-editor.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,14 @@ test.describe('Prometheus query editor', () => {
228228
test('it navigates to the query builder with default editor type as builder', async ({
229229
readProvisionedDataSource,
230230
explorePage,
231+
isFeatureToggleEnabled
231232
}) => {
232233
const ds = await readProvisionedDataSource<DataSourcePluginOptionsEditorProps<PromOptions>>({
233234
fileName: 'datasources.yml',
234235
});
235236

237+
console.log(await isFeatureToggleEnabled('secureSocksDSProxyEnabled'))
238+
236239
await explorePage.datasource.set(ds.name);
237240

238241
await explorePage

0 commit comments

Comments
 (0)