We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4620d commit 500ee9bCopy full SHA for 500ee9b
src/app-layout/__tests__/utils.tsx
@@ -63,8 +63,6 @@ export function describeEachAppLayout(
63
delete globalWithFlags[Symbol.for('awsui-visual-refresh-flag')];
64
setGlobalFlag('appLayoutWidget', undefined);
65
clearVisualRefreshState();
66
- // remove after this is released: https://github.com/cloudscape-design/component-toolkit/pull/118
67
- document.body.classList.remove('awsui-visual-refresh');
68
});
69
test('mocks applied correctly', () => {
70
const { wrapper } = renderComponent(<AppLayout />);
0 commit comments