mirror of
https://github.com/xodio/xod.git
synced 2026-03-10 18:56:50 +01:00
chore(xod-client-electron): enlarge timeout for waiting element in the spectron
This commit is contained in:
@@ -75,7 +75,7 @@ function findProjectBrowser(client) {
|
||||
|
||||
function assertProjectIsOpened(client, projectName) {
|
||||
const selector = `.PatchGroup__trigger.my .patch-group-trigger[data-id="${projectName}"`;
|
||||
return assert.eventually.isTrue(client.waitForExist(selector, 10000));
|
||||
return assert.eventually.isTrue(client.waitForExist(selector, 15000));
|
||||
}
|
||||
|
||||
function clickAddPatch(client) {
|
||||
|
||||
Reference in New Issue
Block a user