Skip to content

Commit 91fcbc9

Browse files
e2e-test fixes
1 parent 7adf4b5 commit 91fcbc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/e2e/pageObjects/browser-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class BrowserPage {
7676
streamGroupsContainer = Selector('[data-testid=stream-groups-container]');
7777
breadcrumbsContainer = Selector('[data-testid=breadcrumbs-container]');
7878
virtualTableContainer = Selector('[data-testid=virtual-table-container]');
79-
streamEntriesContainer = Selector('[data-test-id=stream-entries-container]');
79+
streamEntriesContainer = Selector('[data-testid=stream-entries-container]');
8080
//LINKS
8181
internalLinkToWorkbench = Selector('[data-testid=internal-workbench-link]');
8282
//OPTION ELEMENTS

tests/e2e/tests/regression/workbench/scripting-area.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ test
127127
})
128128
('Verify that user can not run "Select" command in Workbench', async() => {
129129
const command = 'select 13';
130-
const result = '"select is not supported by the Workbench. The list of all unsupported commands: blpop, brpop, blmove, brpoplpush, bzpopmin, bzpopmax, xread, xreadgroup, select, monitor, subscribe, psubscribe, sync, psync, script debug, blpop, brpop, blmove, brpoplpush, bzpopmin, bzpopmax, xread, xreadgroup"';
130+
const result = '"select is not supported by the Workbench. The list of all unsupported commands: blpop, brpop, blmove, brpoplpush, bzpopmin, bzpopmax, xread, xreadgroup, select, monitor, subscribe, psubscribe, ssubscribe, sync, psync, script debug, blpop, brpop, blmove, brpoplpush, bzpopmin, bzpopmax, xread, xreadgroup"';
131131
//Run Select command in Workbench
132132
await workbenchPage.sendCommandInWorkbench(command);
133133
//Check the command result

0 commit comments

Comments
 (0)