mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
lint: Set up Cypress config and fix issues
This commit is contained in:
parent
a79f9efdb4
commit
8971166c58
3 changed files with 32 additions and 6 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue