Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea committed Oct 10, 2024
1 parent 74a6233 commit 99135bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {expect, test} from '@playwright/test';

test.describe('Surface', () => {
test('Layers', async ({page}) => {
await tuiGoto(page, `${DemoRoute.Dropdown}/Layers`);
await tuiGoto(page, `${DemoRoute.Surface}/Layers`);

const example = new TuiDocumentationPagePO(page).getExample('#layers');

Expand Down

0 comments on commit 99135bd

Please sign in to comment.