Skip to content

Commit 32d2ab9

Browse files
Merge pull request #748 from RedisInsight/feature/e2e-test-fixes
e2e-fix test with stream
2 parents 442eda0 + d8905a4 commit 32d2ab9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/tests/critical-path/browser/stream-key.e2e.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ test('Verify that user can add new Stream Entry for Stream data type key which h
6868
keyName = chance.word({ length: 20 });
6969
// Add New Stream Key
7070
await browserPage.addStreamKey(keyName, keyField, keyValue);
71+
await t.click(browserPage.fullScreenModeButton);
7172
// Verify that when user adds a new Entry with not existed Field name, a new Field is added to the Stream
7273
const paramsBeforeEntryAdding = await browserPage.getStreamRowColumnNumber();
7374
await browserPage.addEntryToStream(chance.word({ length: 20 }), chance.word({ length: 20 }));

0 commit comments

Comments
 (0)