Skip to content

Commit 5cdaab3

Browse files
authored
Merge pull request #410 from synonymdev/lightning-e2e
Lightning e2e tests
2 parents 64f9da0 + a660410 commit 5cdaab3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jobs:
7171
- { name: onboarding_backup_numberpad, grep: "@onboarding|@backup|@numberpad" }
7272
- { name: onchain_boost_receive_widgets, grep: "@onchain|@boost|@receive|@widgets" }
7373
- { name: settings, grep: "@settings" }
74-
- { name: security_send, grep: "@security|@send" }
74+
- { name: send, grep: "@send" }
75+
- { name: lightning_security, grep: "@lightning|@security" }
7576

7677
name: e2e-tests - ${{ matrix.shard.name }}
7778

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ fun SendSheet(
227227
navController.popBackStack()
228228
},
229229
tqgInputTestTag = "TagInputSend",
230+
addButtonTestTag = "SendTagsSubmit",
230231
)
231232
}
232233
composableWithDefaultTransitions<SendRoute.PinCheck> {

0 commit comments

Comments
 (0)