Skip to content

Commit 500ee9b

Browse files
authored
chore: remove temporary workaround in tests (#3280)
1 parent ae4620d commit 500ee9b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app-layout/__tests__/utils.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ export function describeEachAppLayout(
6363
delete globalWithFlags[Symbol.for('awsui-visual-refresh-flag')];
6464
setGlobalFlag('appLayoutWidget', undefined);
6565
clearVisualRefreshState();
66-
// remove after this is released: https://github.com/cloudscape-design/component-toolkit/pull/118
67-
document.body.classList.remove('awsui-visual-refresh');
6866
});
6967
test('mocks applied correctly', () => {
7068
const { wrapper } = renderComponent(<AppLayout />);

0 commit comments

Comments
 (0)