Skip to content

Commit

Permalink
Fix broken test as the result of b8c15c2
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Sep 19, 2021
1 parent b8c15c2 commit 6a3eee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ui/fixtures.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function _before() {
style.innerHTML = '* {transition-duration: 50ms !important;}';
document.head.appendChild(style);
// Also zero out the AI Player's delay between each swift movement
AIPlayer.waitDelay = 0;
AIPlayer.prototype.waitDelay = 0;
}

export function _beforeEach() {
Expand Down

0 comments on commit 6a3eee2

Please sign in to comment.