We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1c9d2 commit bb82847Copy full SHA for bb82847
tests/e2e/tests/web/critical-path/rdi/add-job.e2e.ts
@@ -147,6 +147,8 @@ test('Verify that user can open an additional editor to work with SQL and JMESPa
147
await t.expect(await MonacoEditor.getTextFromMonaco()).eql(sqlText, 'Text from SQL editor not applied');
148
149
//verify that autocomplete works for JMESPath
150
+ await t.hover(rdiInstancePage.sqlEditorButton);
151
+ await rdiInstancePage.verifyTooltipContainsText('Open a dedicated SQL or JMESPath editor:');
152
await t.click(rdiInstancePage.sqlEditorButton);
153
await t.click(rdiInstancePage.languageDropdown);
154
await t.click(rdiInstancePage.jmesPathOption);
0 commit comments