Skip to content

Commit

Permalink
fix: fixing e2e tests (#287)
Browse files Browse the repository at this point in the history
Commit 60bbb4a was integrated without
rebase and tests failed because they were not adapted after the change in
570275b.
  • Loading branch information
divdavem authored Dec 5, 2023
1 parent 60bbb4a commit ec0d9b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions e2e/floatingUI/floatingUI.e2e-spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {expect, getTest} from '../fixture';
import {expect, test} from '../fixture';
import {FloatingUIDemoPO} from '../demo-po/floatingUI.po';

const test = getTest();
test.describe(`FloatingUI tests`, () => {
test.beforeEach(async ({page}) => {
await page.goto('#/floatingui/floatingui');
Expand Down

0 comments on commit ec0d9b5

Please sign in to comment.