We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c08c1 commit cd23d8dCopy full SHA for cd23d8d
tests/e2e/src/tests/settings/settings.e2e.ts
@@ -89,8 +89,8 @@ describe('Settings', () => {
89
await ButtonActions.clickElement(InputWithButtons.cancelInput)
90
// Check the previous delimiter value
91
expect(await InputActions.getInputValue(settingsView.delimiterInput)).eql(
92
- 'uaoeu:',
93
- 'Default uoeuaoe udelimiter not applied',
+ ':',
+ 'Default delimiter not applied',
94
)
95
96
// Change delimiter
0 commit comments