Skip to content

Commit e8d217e

Browse files
author
Alena Naboka
committed
[E2E] Add logs to stream test
1 parent 86032b6 commit e8d217e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test('Verify that user can add several fields and values during Stream key creat
6464
await t.click(browserPage.addKeyButton);
6565
await t.expect(browserPage.keyNameFormDetails.withExactText(keyName).visible).ok('Stream Key Name');
6666
});
67-
test('Verify that user can add new Stream Entry for Stream data type key which has an Entry ID, Field and Value', async t => {
67+
test.only('Verify that user can add new Stream Entry for Stream data type key which has an Entry ID, Field and Value', async t => {
6868
keyName = chance.word({ length: 20 });
6969
// Add New Stream Key
7070
await browserPage.addStreamKey(keyName, keyField, keyValue);

0 commit comments

Comments
 (0)