Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rjvelazco committed Dec 3, 2024
1 parent 9e1637d commit 3e3ce5d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ describe('DotUveToolbarComponent', () => {
});
});

it('should have experiments button', () => {
expect(spectator.query(byTestId('uve-toolbar-running-experiment'))).toBeTruthy();
it('should have not experiments button if experiment is not running', () => {
expect(spectator.query(byTestId('uve-toolbar-running-experiment'))).toBeFalsy();
});

it('should have language selector', () => {
Expand Down

0 comments on commit 3e3ce5d

Please sign in to comment.