We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abcbc0 commit 09e7efdCopy full SHA for 09e7efd
packages/desktop-gui/cypress/integration/settings_spec.js
@@ -818,12 +818,10 @@ describe('Settings', () => {
818
})
819
820
821
- it('loads preferred editor and available editors', function () {
822
- expect(this.ipc.getUserEditor).to.be.called
823
- })
824
-
825
- it('shows spinner', () => {
826
- cy.get('.loading-editors')
+ it('loads preferred editor, available editors and shows spinner', () => {
+ cy.get('.loading-editors').then(function () {
+ expect(this.ipc.getUserEditor).to.be.called
+ })
827
828
829
describe('when editors load with preferred editor', () => {
0 commit comments