Skip to content

Commit ed77a5d

Browse files
committed
fix typo
1 parent 0746b70 commit ed77a5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/specs/boost.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ describe('@boost - Boost', () => {
7171
await tap('CustomFeeButton');
7272
await tap('Plus');
7373
await tap('Minus');
74-
await tap('RecomendedFeeButton');
74+
await tap('RecommendedFeeButton');
7575
await dragOnElement('GRAB', 'right', 0.95); // Swipe to confirm
7676

7777
// check Activity
@@ -228,7 +228,7 @@ describe('@boost - Boost', () => {
228228
await tap('CustomFeeButton');
229229
await tap('Plus');
230230
await tap('Minus');
231-
await tap('RecomendedFeeButton');
231+
await tap('RecommendedFeeButton');
232232
await dragOnElement('GRAB', 'right', 0.95); // Swipe to confirm
233233

234234
// check Activity

0 commit comments

Comments
 (0)