Skip to content

Commit dd3ad7a

Browse files
committed
remove only
1 parent 07deb98 commit dd3ad7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/web/smoke/browser/edit-key-value.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ test('Verify that user can edit List Key element', async t => {
106106
keyValue = await browserPage.getListKeyValue();
107107
await t.expect(keyValue).contains(keyValueAfter, 'Edited List value is incorrect');
108108
});
109-
test.only('Verify that user can edit JSON Key value', async t => {
109+
test('Verify that user can edit JSON Key value', async t => {
110110
const jsonValueBefore = '{"name":"xyz"}';
111111
const jsonEditedValue = '"xyz test"';
112112
const jsonValueAfter = '{name:"xyz test"}';

0 commit comments

Comments
 (0)