Skip to content

Commit a40437e

Browse files
author
Alena Naboka
committed
[E2E] Add logs to stream test
1 parent 47b5786 commit a40437e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/pageObjects/browser-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ export class BrowserPage {
348348
* @param value The value of the key
349349
* @param TTL The Time to live value of the key
350350
*/
351-
async addStreamKey(keyName: string, field = ' ', value = ' ', TTL?: string): Promise<void> {
351+
async addStreamKey(keyName: string, field: string, value: string, TTL?: string): Promise<void> {
352352
await this.commonAddNewKey(keyName, TTL);
353353
await t.click(this.streamOption);
354354
// Verify that user can see Entity ID filled by * by default on add Stream key form

0 commit comments

Comments
 (0)