Skip to content

Commit 4c75033

Browse files
committed
remove event
1 parent 4f3aa00 commit 4c75033

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cypress/support/e2e.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Cypress.Commands.add('instantiate', () => {
3030
.and('contain', 'balances:Transfer')
3131
.and('contain', 'balances:Reserved')
3232
.and('contain', 'balances:Withdraw')
33-
.and('contain', 'transactionPayment:TransactionFeePaid')
3433
.and('contain', 'system:ExtrinsicSuccess');
3534
cy.get('[data-cy="dismiss-notification"]').click();
3635
});
@@ -43,8 +42,7 @@ Cypress.Commands.add('call', () => {
4342
.and('contain', 'balances:Transfer')
4443
.and('contain', 'balances:Reserved')
4544
.and('contain', 'balances:Withdraw')
46-
.and('contain', 'contracts:ContractEmitted')
47-
.and('contain', 'transactionPayment:TransactionFeePaid');
45+
.and('contain', 'contracts:ContractEmitted');
4846
cy.get('[data-cy="dismiss-notification"]').click();
4947
});
5048

0 commit comments

Comments
 (0)