Skip to content

Commit

Permalink
chore: remove temporary workaround in tests (#3280)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-boris authored Feb 12, 2025
1 parent ae4620d commit 500ee9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app-layout/__tests__/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ export function describeEachAppLayout(
delete globalWithFlags[Symbol.for('awsui-visual-refresh-flag')];
setGlobalFlag('appLayoutWidget', undefined);
clearVisualRefreshState();
// remove after this is released: https://github.com/cloudscape-design/component-toolkit/pull/118
document.body.classList.remove('awsui-visual-refresh');
});
test('mocks applied correctly', () => {
const { wrapper } = renderComponent(<AppLayout />);
Expand Down

0 comments on commit 500ee9b

Please sign in to comment.