Skip to content

Commit f4ea430

Browse files
committed
remove only
1 parent 8795166 commit f4ea430

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/e2e/src/tests/browser/edit-key-name.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import { KeyTypesShort } from '@e2eSrc/helpers/constants'
3434
let keyNameBefore = Common.generateWord(10)
3535
let keyNameAfter = Common.generateWord(10)
3636

37-
describe.only('Edit Key names verification', () => {
37+
describe('Edit Key names verification', () => {
3838
let hashKeyDetailsView: HashKeyDetailsView
3939
let treeView: TreeView
4040
let sortedSetKeyDetailsView: SortedSetKeyDetailsView

tests/e2e/src/tests/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { ButtonActions, CheckboxActions } from '@e2eSrc/helpers/common-actions'
2020
import { WelcomeView } from '@e2eSrc/page-objects/components/editor-view/WelcomeView'
2121
import { CommonElementActions } from '@e2eSrc/helpers/common-actions/actions/CommonElementActions'
2222

23-
describe.only('Agreements Verification', () => {
23+
describe('Agreements Verification', () => {
2424
let browser: VSBrowser
2525
let treeView: TreeView
2626
let eulaView: EulaView

0 commit comments

Comments
 (0)