Skip to content

Commit 5ee1324

Browse files
authored
Merge pull request #375 from synonymdev/enable_boost_e2e
Enable boost e2e
2 parents 2b23e7a + fe38a8c commit 5ee1324

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
matrix:
7070
shard:
7171
- { name: onboarding_backup_numberpad, grep: "@onboarding|@backup|@numberpad" }
72-
- { name: onchain_receive_widgets, grep: "@onchain|@receive|@widgets" }
72+
- { name: onchain_boost_receive_widgets, grep: "@onchain|@boost|@receive|@widgets" }
7373
- { name: settings, grep: "@settings" }
7474

7575
name: e2e-tests - ${{ matrix.shard.name }}

app/src/main/java/to/bitkit/ui/sheets/BoostTransactionSheet.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ object BoostTransactionTestTags {
431431
const val ESTIMATE_TIME = "estimate_time"
432432
const val TOTAL_FEE_PRIMARY = "total_fee_primary"
433433
const val TOTAL_FEE_SECONDARY = "total_fee_secondary"
434-
const val SWIPE_TO_CONFIRM = "GRAB"
434+
const val SWIPE_TO_CONFIRM = "swipe_to_confirm"
435435
const val DECREASE_FEE_BUTTON = "Minus"
436436
const val INCREASE_FEE_BUTTON = "Plus"
437437
const val FEE_RATE_TEXT = "fee_rate_text"

0 commit comments

Comments
 (0)