Skip to content

Commit 4da5132

Browse files
fix test part #1
1 parent 975cd24 commit 4da5132

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
@@ -652,7 +652,7 @@ export class BrowserPage extends InstancePage {
652652
await t.click(this.addKeyValueItemsButton);
653653
await t.typeText(this.hashFieldInput, keyFieldValue, { replace: true, paste: true });
654654
await t.typeText(this.hashValueInput, keyValue, { replace: true, paste: true });
655-
if(fieldTtl !== ' '){
655+
if(fieldTtl !== ''){
656656
await t.typeText(this.hashTtlFieldInput, fieldTtl, { replace: true, paste: true });
657657
}
658658
await t.click(this.saveHashFieldButton);

0 commit comments

Comments
 (0)