Skip to content

Commit

Permalink
update ci tests for grafana 10
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeifer committed Mar 22, 2024
1 parent a3978b6 commit ffb71c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/datasources/redis.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('PCP Redis data source', () => {

it('should auto-complete metric names', () => {
cy.visit('/dashboard/new');
cy.contains('Add a new panel').click();
cy.contains('Add visualization').click();

// start typing
cy.get('.monaco-editor textarea').type('disk.dev.by', { force: true });
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/datasources/vector.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('PCP Vector data source', () => {

it('should auto-complete metric names', () => {
cy.visit('/dashboard/new');
cy.contains('Add a new panel').click();
cy.contains('Add visualization').click();

// start typing
cy.get('.monaco-editor').type('disk.dev.write_b');
Expand Down

0 comments on commit ffb71c5

Please sign in to comment.