Skip to content

Commit 5814eff

Browse files
committed
test(e2e): update test case titles
Signed-off-by: Zacharias Fragkiadakis <[email protected]>
1 parent d2c29f5 commit 5814eff

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/e2e/specs/settings.spec.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ describe('Settings', () => {
7474
})
7575

7676
// This functionality does not seem to work
77-
// eslint-disable-next-line max-len
78-
it.skip('recognizes if the directory is created *after* the setting is updated', async () => {
77+
it.skip('recognizes if the directory is created *after* the setting is set', async () => {
7978
await setTextSettingValue(pathToRadBinarySetting, tempNodeHomePath)
8079

8180
await expectRadBinaryNotFoundToBeVisible(workbench)
@@ -140,8 +139,7 @@ describe('Settings', () => {
140139
})
141140

142141
// This functionality does not seem to work
143-
// eslint-disable-next-line max-len
144-
it.skip('recognizes if the directory is created *after* the setting is updated', async () => {
142+
it.skip('recognizes if the directory is created *after* the setting is set', async () => {
145143
await outputView.clearText()
146144

147145
await setTextSettingValue(pathToNodeHomeSetting, tempNodeHomePath)

0 commit comments

Comments
 (0)