Skip to content

Commit 305af80

Browse files
remove only
1 parent 98aebb8 commit 305af80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/web/regression/browser/list-key.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ test('Verify that user can edit a multiple fields', async t => {
116116
count = await browserPage.listElementsList.count;
117117
await t.expect(browserPage.listElementsList.nth(count - 1).textContent).eql(elementsValue[1], 'the last element is not corrected for add in head');
118118
});
119-
test.only('Verify that user can hide fields', async t => {
119+
test('Verify that user can hide fields', async t => {
120120
await t.expect(browserPage.getKeySize(keyName).exists).ok('size is not displayed')
121121
await t.expect(browserPage.getKeyTTl(keyName).exists).ok('ttl is not displayed')
122122

0 commit comments

Comments
 (0)