mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
test to see if wait is required
This commit is contained in:
parent
72c41c228f
commit
6a57717236
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ Cypress.Commands.add('iframe', {prevSubject: 'element'},
|
|||
describe(__filename, () => {
|
||||
it('Pad content exists', () => {
|
||||
cy.visit('http://127.0.0.1:9001/p/collab');
|
||||
cy.wait(10000); // wait for Minified JS to be built...
|
||||
cy.get('iframe[name="ace_outer"]', {timeout: 10000}).iframe()
|
||||
.find('.line-number:first')
|
||||
.should('have.text', '1');
|
||||
|
|
Loading…
Reference in a new issue