[tests] increase rendering timeout?
This commit is contained in:
parent
0dfd41e549
commit
ebc6f60af7
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ QUnit.test("Test Linked With", function(assert) {
|
|||
() => frappe.set_route('Form', 'Module Def', 'Contacts'),
|
||||
() => frappe.tests.click_page_head_item('Menu'),
|
||||
() => frappe.tests.click_dropdown_item('Links'),
|
||||
() => frappe.timeout(4),
|
||||
() => frappe.timeout(5),
|
||||
() => {
|
||||
assert.equal(cur_dialog.title, 'Linked With', 'Linked with dialog is opened');
|
||||
const link_tables_count = cur_dialog.$wrapper.find('.list-item-table').length;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue