Skip to content

Commit 589fc51

Browse files
remove text
1 parent 40fe79d commit 589fc51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/web/critical-path/rdi/configuration.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ test('Verify that user can test connection', async() => {
5959
await rdiInstancePage.TestConnectionPanel.expandOrCollapseSection(TextConnectionSection.Failed, true);
6060

6161
// TODO check expected value
62-
await t.expect(await rdiInstancePage.TestConnectionPanel.getSectionRowTextByIndex(TextConnectionSection.Failed, 0)).contains('redis', 'endpoint is not empty');
62+
await t.expect(await rdiInstancePage.TestConnectionPanel.getSectionRowTextByIndex(TextConnectionSection.Failed, 0)).contains(' ', 'error test is empty');
6363
await t.click(rdiInstancePage.TestConnectionPanel.closeSection);
6464
await t.expect(rdiInstancePage.TestConnectionPanel.sidePanel.exists).notOk('the panel is not closed');
6565
});

0 commit comments

Comments
 (0)