Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
idastambuk committed Dec 12, 2024
1 parent df71e37 commit c88e609
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/query-editor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ test.describe('Prometheus query editor', () => {
explorePage.getByGrafanaSelector(selectors.components.DataSource.Prometheus.queryEditor.format)
).toBeVisible();

// TODO: use selectors when <EditorSwitch/> is fixed to pass data-testid
await expect(page.getByText('Min step')).toBeVisible();

// type
Expand All @@ -65,6 +66,7 @@ test.describe('Prometheus query editor', () => {
).toBeVisible();

// exemplars
// TODO: use selectors when <EditorSwitch/> is fixed to pass data-testid
await expect(page.getByText('Exemplars')).toBeVisible();
});

Expand Down

0 comments on commit c88e609

Please sign in to comment.