Skip to content

Commit fc887d6

Browse files
committed
fix
1 parent e57bcbc commit fc887d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/web/smoke/browser/json-key.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ test('Verify that user can add key with value to any level of JSON structure for
7272
// Add value inside the json array
7373
await browserPage.addJsonValueInsideStructure('12345');
7474
// Check the added key contains json object with added key
75-
await t.expect(browserPage.jsonKeyValue.textContent).contains('"70":12345]', 'The json object value not found');
75+
await t.expect(browserPage.jsonKeyValue.textContent).contains('"70:12345]', 'The json object value not found');
7676
});

0 commit comments

Comments
 (0)