Skip to content

Commit

Permalink
Remove fit.
Browse files Browse the repository at this point in the history
  • Loading branch information
atmgrifter00 committed Oct 17, 2024
1 parent 355aac2 commit 061e646
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ describe('AnchorTabs', () => {
expect(tabsPageObject.areScrollButtonsVisible()).toBeTrue();
});

fit('should hide scroll buttons when tab label is updated and tabs no longer overflow the container', async () => {
it('should hide scroll buttons when tab label is updated and tabs no longer overflow the container', async () => {
await tabsPageObject.setTabsWidth(550);
await waitForUpdatesAsync(); // wait for the resize observer to fire
await tabsPageObject.addTab('New Tab With Extremely Long Name');
Expand Down

0 comments on commit 061e646

Please sign in to comment.