mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: adding platform independent typings for e2e tests. (#27768)
* added typings that are platform independent in the tests. * fixing nits.
This commit is contained in:
@@ -29,7 +29,7 @@ e2e.scenario({
|
||||
|
||||
cy.contains(queryText.slice(0, -1)).should('be.visible');
|
||||
|
||||
e2e.components.QueryField.container().type('{ctrl}z');
|
||||
e2e.components.QueryField.container().type(e2e.typings.undo());
|
||||
|
||||
cy.contains(queryText).should('be.visible');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user