Skip to content

Commit

Permalink
#RI-6233 - Migrate VS Code from circleCI to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zalenskiSofteq committed Oct 29, 2024
1 parent 11c08c1 commit cd23d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/src/tests/settings/settings.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ describe('Settings', () => {
await ButtonActions.clickElement(InputWithButtons.cancelInput)
// Check the previous delimiter value
expect(await InputActions.getInputValue(settingsView.delimiterInput)).eql(
'uaoeu:',
'Default uoeuaoe udelimiter not applied',
':',
'Default delimiter not applied',
)

// Change delimiter
Expand Down

0 comments on commit cd23d8d

Please sign in to comment.