Skip to content

Commit

Permalink
Add unit test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Sep 23, 2024
1 parent 8613672 commit 3bf14ef
Show file tree
Hide file tree
Showing 6 changed files with 1,104 additions and 10 deletions.
7 changes: 1 addition & 6 deletions test/e2e/page-objects/pages/transaction-confirmation.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import { Driver } from '../../webdriver/driver';
import Confirmation from './confirmation';

class TransactionConfirmation extends Confirmation {
constructor(driver: Driver) {
super(driver);
}
}
class TransactionConfirmation extends Confirmation {}

export default TransactionConfirmation;
Loading

0 comments on commit 3bf14ef

Please sign in to comment.