mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
timeouts
This commit is contained in:
parent
622a2be177
commit
96032ad361
2 changed files with 7 additions and 13 deletions
|
@ -43,10 +43,10 @@ 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', {timeout: 30000});
|
||||
cy.visit('http://127.0.0.1:9001/p/collab', {timeout: 120000});
|
||||
// Until we find a better way, this is required.
|
||||
cy.wait(10000); // wait for Minified JS to be built...
|
||||
cy.get('iframe[name="ace_outer"]', {timeout: 30000}).iframe()
|
||||
cy.get('iframe[name="ace_outer"]', {timeout: 120000}).iframe()
|
||||
.find('iframe[name="ace_inner"]').iframe()
|
||||
.find('.ace-line:first')
|
||||
.should('be.visible');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue