Skip to content

Commit bb0ca91

Browse files
webzwo0irhansen
authored andcommitted
adminupdateplugins test: swap assertions, increase timeout
1 parent d3890bc commit bb0ca91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/frontend/specs/adminupdateplugins.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ describe('Plugins page', function () {
2828

2929
it('Searches for plugin', async function () {
3030
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);
31+
await helper.waitForPromise(() => helper.admin$('.results').children().length > 0, 10000);
32+
await helper.waitForPromise(() => helper.admin$('.results').children().length < 300, 10000);
3333
});
3434

3535
it('Attempt to Update a plugin', async function () {

0 commit comments

Comments
 (0)