We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef68ba commit 65d104fCopy full SHA for 65d104f
chromium/test/incognito_test.js
@@ -51,7 +51,7 @@ describe('incognito.js', function() {
51
expect(this.callbackCalled).to.be.true;
52
});
53
54
- it('detcts when an incognito window is created', function() {
+ it('detects when an incognito window is created', function() {
55
this.instance.detect_incognito_creation({incognito: true});
56
expect(incognito.state.incognito_session_exists, 'constant changed').to.be.true;
57
})
0 commit comments