Chore: More variable e2e tests (#44803)

* Add Datasource variable e2e tests

* Update other tests

* Fix names/comments in tests

* Add Interval variable tests

* fix typo
This commit is contained in:
Josh Hunt
2022-02-04 12:37:01 +11:00
committed by GitHub
parent de7a920967
commit f1b2e2b7ff
7 changed files with 89 additions and 6 deletions
@@ -50,7 +50,7 @@ describe('Variables - Custom', () => {
// Navigate back to the homepage and change the selected variable value
e2e.pages.Dashboard.Settings.Variables.Edit.General.submitButton().click();
e2e.components.BackButton.backArrow().should('be.visible').click({ force: true });
e2e.components.BackButton.backArrow().click({ force: true });
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownValueLinkTexts('One').click();
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownOptionTexts('Two').click();