Skip to content

Commit bb82847

Browse files
add tooltip verification
1 parent 7c1c9d2 commit bb82847

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/tests/web/critical-path/rdi/add-job.e2e.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ test('Verify that user can open an additional editor to work with SQL and JMESPa
147147
await t.expect(await MonacoEditor.getTextFromMonaco()).eql(sqlText, 'Text from SQL editor not applied');
148148

149149
//verify that autocomplete works for JMESPath
150+
await t.hover(rdiInstancePage.sqlEditorButton);
151+
await rdiInstancePage.verifyTooltipContainsText('Open a dedicated SQL or JMESPath editor:');
150152
await t.click(rdiInstancePage.sqlEditorButton);
151153
await t.click(rdiInstancePage.languageDropdown);
152154
await t.click(rdiInstancePage.jmesPathOption);

0 commit comments

Comments
 (0)