We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3890bc commit bb0ca91Copy full SHA for bb0ca91
src/tests/frontend/specs/adminupdateplugins.js
@@ -28,8 +28,8 @@ describe('Plugins page', function () {
28
29
it('Searches for plugin', async function () {
30
helper.admin$('#search-query').val('ep_font_color');
31
- await helper.waitForPromise(() => helper.admin$('.results').children().length < 300, 5000);
32
- await helper.waitForPromise(() => helper.admin$('.results').children().length > 0, 5000);
+ await helper.waitForPromise(() => helper.admin$('.results').children().length > 0, 10000);
+ await helper.waitForPromise(() => helper.admin$('.results').children().length < 300, 10000);
33
});
34
35
it('Attempt to Update a plugin', async function () {
0 commit comments