We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57bcbc commit fc887d6Copy full SHA for fc887d6
tests/e2e/tests/web/smoke/browser/json-key.e2e.ts
@@ -72,5 +72,5 @@ test('Verify that user can add key with value to any level of JSON structure for
72
// Add value inside the json array
73
await browserPage.addJsonValueInsideStructure('12345');
74
// 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');
+ await t.expect(browserPage.jsonKeyValue.textContent).contains('"70:12345]', 'The json object value not found');
76
});
0 commit comments