Templating: Prefix variable picker element IDs (#48405)

This commit is contained in:
kay delaney
2022-05-04 11:04:15 +02:00
committed by GitHub
parent b420179be4
commit bb7e556efc
4 changed files with 7 additions and 6 deletions
@@ -20,7 +20,7 @@ describe('Variables - Text box', () => {
// Navigate back to the homepage and change the selected variable value
e2e.pages.Dashboard.Settings.Variables.Edit.General.submitButton().click();
e2e.components.BackButton.backArrow().click({ force: true });
e2e().get('#VariableUnderTest').clear().type('dog-cat').blur();
e2e().get('#var-VariableUnderTest').clear().type('dog-cat').blur();
// Assert it was rendered
e2e().get('.markdown-html').should('include.text', 'VariableUnderTest: dog-cat');