Skip to content

Commit cd23d8d

Browse files
committed
#RI-6233 - Migrate VS Code from circleCI to GitHub Actions
1 parent 11c08c1 commit cd23d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/src/tests/settings/settings.e2e.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ describe('Settings', () => {
8989
await ButtonActions.clickElement(InputWithButtons.cancelInput)
9090
// Check the previous delimiter value
9191
expect(await InputActions.getInputValue(settingsView.delimiterInput)).eql(
92-
'uaoeu:',
93-
'Default uoeuaoe udelimiter not applied',
92+
':',
93+
'Default delimiter not applied',
9494
)
9595

9696
// Change delimiter

0 commit comments

Comments
 (0)