We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3aa00 commit 4c75033Copy full SHA for 4c75033
cypress/support/e2e.ts
@@ -30,7 +30,6 @@ Cypress.Commands.add('instantiate', () => {
30
.and('contain', 'balances:Transfer')
31
.and('contain', 'balances:Reserved')
32
.and('contain', 'balances:Withdraw')
33
- .and('contain', 'transactionPayment:TransactionFeePaid')
34
.and('contain', 'system:ExtrinsicSuccess');
35
cy.get('[data-cy="dismiss-notification"]').click();
36
});
@@ -43,8 +42,7 @@ Cypress.Commands.add('call', () => {
43
42
44
45
46
- .and('contain', 'contracts:ContractEmitted')
47
- .and('contain', 'transactionPayment:TransactionFeePaid');
+ .and('contain', 'contracts:ContractEmitted');
48
49
50
0 commit comments