Skip to content

Commit

Permalink
style(examples): code clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Mar 7, 2025
1 parent 327e961 commit 3bbe866
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions spec/using_notes.spec.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
import { Ensure, equals, isPresent, not } from '@serenity-js/assertions';
import { Ensure, equals } from '@serenity-js/assertions';
import { useFixtures } from '@serenity-js/playwright-test';
import { isVisible, Value } from '@serenity-js/web';

import { TODO_ITEMS } from './todo-list-app/test-data';
import {
footerSection,
mainSection,
newTodoInput,
outstandingItemsCount,
persistedItemCalled,
persistedItemNames,
persistedItems,
startWithAListContaining,
startWithAnEmptyList,
} from './todo-list-app/TodoApp';
import { startWithAListContaining, startWithAnEmptyList, } from './todo-list-app/TodoApp';
import { recordItem } from './todo-list-app/TodoItem';
import { itemNames } from './todo-list-app/TodoList';
import { BrowseTheWebWithPlaywright } from '@serenity-js/playwright';
Expand Down

0 comments on commit 3bbe866

Please # to comment.