AlphaGeek

Results 5 comments of AlphaGeek

Also need the image resize for Quill (PrimeVue Editor), I had to revert back to RoosterJS as image resize is absolutely needed.

Thanks, tried this but am getting the error below...may be due to the `import { defineConfig } from 'cypress'` line: ReferenceError The following error originated from your test code, not...

still getting the "login is not a function" error in the before() using latest Cypress version

cypress.config.ts (does it matter that it is a TS file?) [client_id] is replaced by our QA client id and [tenant] is replaced by our tentant import { defineConfig } from...

tried using: before(() => cy.task('login')); instead of: before(() => cy.login); and that seemed to help in that I think it found it but then it timed out