Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod committed Oct 12, 2023
1 parent a7cf42b commit 9479641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/antitracking/tests/unit/oauth-detector-test.es
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export default describeModule('antitracking/steps/oauth-detector',
setTimeout(() => detectorInstance.checkMainFrames(fullPageState), 2);
delayedTest(() => {
chai.expect(detectorInstance.checkIsOAuth(state)).to.be.false;
}, done, 5);
}, done, 10);
});

it('returns true if page domain does not match', (done) => {
Expand Down

0 comments on commit 9479641

Please sign in to comment.