Skip to content

Commit

Permalink
rm old e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lendihop committed Nov 5, 2024
1 parent 584d782 commit e6b917f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
2 changes: 0 additions & 2 deletions e2e/src/page-objects/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { AddressBookPage } from '../page-objects/pages/address-book.page';
import { CollectiblePage } from '../page-objects/pages/collectible.page';
import { CollectiblesTabPage } from '../page-objects/pages/CollectiblesTab.page';
import { ConfirmationModalPage } from '../page-objects/pages/confirmation-modal.page';
Expand Down Expand Up @@ -37,7 +36,6 @@ export const Pages = {
OnRumpModal: new OnRumModalPage(),
NewsletterModal: new NewsletterModalPage(),
Swap: new SwapPage(),
AddressBook: new AddressBookPage(),
ConfirmationModal: new ConfirmationModalPage(),
// TODO: add tests for networks settings
CollectiblePage: new CollectiblePage(),
Expand Down
21 changes: 0 additions & 21 deletions e2e/src/page-objects/pages/address-book.page.ts

This file was deleted.

0 comments on commit e6b917f

Please sign in to comment.