Skip to content

Commit

Permalink
update AppTest
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Oct 18, 2023
1 parent 782965b commit 0b76adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: BrowserStack CI

on:
workflow_call:
workflow_dispatch:

env:
GOPRIVATE: github.com/getlantern
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class AppTest() : BaseTest() {
// If the VPN flow is successful then test Payment flow
paymentFlow(androidDriver, taskId, flutterFinder)

googlePayPaymentFlow(androidDriver, taskId, flutterFinder)
googlePaymentFlow(androidDriver, taskId, flutterFinder)

// Report and issue flow
reportAnIssueFlow(androidDriver, taskId, flutterFinder)
Expand Down

0 comments on commit 0b76adc

Please sign in to comment.