mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Update collaborate.js
This commit is contained in:
parent
6a1b2005bd
commit
cbf2a5898c
1 changed files with 2 additions and 2 deletions
|
@ -43,9 +43,9 @@ Cypress.Commands.add('iframe', {prevSubject: 'element'},
|
|||
describe(__filename, () => {
|
||||
it('Makes edits to pad', () => {
|
||||
let originalLineCount;
|
||||
cy.visit('http://127.0.0.1:9001/p/collab');
|
||||
cy.visit('http://127.0.0.1:9001/p/collab', {timeout: 30000});
|
||||
// Until we find a better way, this is required.
|
||||
// cy.wait(10000); // wait for Minified JS to be built...
|
||||
cy.wait(10000); // wait for Minified JS to be built...
|
||||
cy.get('iframe[name="ace_outer"]', {timeout: 30000}).iframe()
|
||||
.find('iframe[name="ace_inner"]').iframe()
|
||||
.find('.ace-line:first')
|
||||
|
|
Loading…
Reference in a new issue