Add one-click login if possible (#1043)

This commit is contained in:
Erik Michelson 2021-03-09 23:00:14 +01:00 committed by GitHub
parent a6c80ac1f0
commit 6d2dde477c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 216 additions and 53 deletions

View file

@ -6,6 +6,7 @@
describe('Help Dialog', () => {
beforeEach(() => {
cy.loadConfig()
cy.visitTestEditor()
})