Skip to content

Commit

Permalink
Update test-fixture.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprudhomme committed Sep 12, 2024
1 parent 59997e8 commit 628d450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/atomic/cypress/fixtures/test-fixture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export class TestFixture {

if (this.execFirstSearch && this.firstIntercept) {
cy.wait(TestFixture.interceptAliases.Search);
if (!this.disabledAnalytics || this.doNotTrack) {
if (!(this.disabledAnalytics || this.doNotTrack)) {
cy.wait(TestFixture.interceptAliases.UA);
}
}
Expand Down

0 comments on commit 628d450

Please sign in to comment.