Skip to content

Commit ffc0488

Browse files
committed
test: wait more time
1 parent ea53e99 commit ffc0488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/removed-trademarks.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ describe('Removed trademarks (ex: Scratch Cat)', () => {
5757
expect(await notExistsByXpath(`//*[span[contains(text(), "${costumePrefix}")]]`)).toBeTruthy();
5858
searchElement.clear();
5959
}
60-
}, 60 * 1000);
60+
}, 120 * 1000);
6161
});

0 commit comments

Comments
 (0)