lint: Set up Cypress config and fix issues

This commit is contained in:
Richard Hansen 2021-03-01 15:06:47 -05:00 committed by John McLear
parent a79f9efdb4
commit 8971166c58
3 changed files with 32 additions and 6 deletions

View file

@ -8,7 +8,7 @@ Cypress.Commands.add('iframe', {prevSubject: 'element'},
}));
describe(__filename, () => {
it('Pad content exists', async () => {
it('Pad content exists', () => {
cy.visit('http://127.0.0.1:9001/p/test');
cy.get('iframe[name="ace_outer"]', {timeout: 10000}).iframe()
.find('.line-number:first')