Skip to content

Commit 19feb31

Browse files
committed
fix the error
1 parent e5a2f01 commit 19feb31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/query-editor.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test.describe('Prometheus query editor', () => {
3131
await explorePage.datasource.set(ds.name);
3232
// query patterns
3333
await expect(explorePage
34-
.getByTestIdOrAriaLabel(selectors.components.QueryBuilder.queryPatterns+"break on purpose")).toBeVisible();
34+
.getByTestIdOrAriaLabel(selectors.components.QueryBuilder.queryPatterns)).toBeVisible();
3535

3636
// explain
3737
await expect(explorePage

0 commit comments

Comments
 (0)