Skip to content

Commit

Permalink
fixup! Feat(web): Introduce Drawer component #DS-1580
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Jan 8, 2025
1 parent 3c2efb4 commit ec773d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/e2e/components/demo-drawer-compare.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ const runDrawerTests = async (page: Page, componentName: string): Promise<void>
await page.click('[data-test-id="drawer-open-button"]');
await takeScreenshot(page, `${componentName}-left-escape-key`);
await page.keyboard.press('Escape');

// screenshot of closed drawer
await takeScreenshot(page, `${componentName}-closed-drawer`, { fullPage: true });
};

const componentName = 'Drawer';
Expand Down
Binary file not shown.

0 comments on commit ec773d3

Please sign in to comment.