Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPeck committed Nov 20, 2024
1 parent eb79deb commit 1eaae12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/routes/dashboard/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ test.describe('Dashboard page', () => {
test('Dashboard drawer displays correct data', async ({ page }) => {
// Given
await mockApiSuccess(page, '*/**/picsure/proxy/dictionary-api/dashboard-drawer/1', {
dashboardDrawerList: [{ ...mockDashboard.rows[0] }],
...mockDashboard.rows[0],
});
await page.goto('/dashboard');

Expand Down

0 comments on commit 1eaae12

Please sign in to comment.