Skip to content

Commit

Permalink
fix: jest test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albinAppsmith committed Jun 25, 2024
1 parent 1c829af commit fb8addb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/client/src/pages/Editor/IDE/EditorTabs/FileTabs.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ describe("FileTabs", () => {
/>,
);

const editorTabsContainer = getByTestId("t--editor-tabs");
expect(editorTabsContainer).not.toBeNull();

// Check if each tab is rendered with correct content
mockTabs.forEach((tab) => {
const tabElement = getByTestId(`t--ide-tab-${sanitizeString(tab.title)}`);
Expand Down

0 comments on commit fb8addb

Please sign in to comment.