mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-23 10:26:44 +00:00
test(GODT-1602): run integration tests against black 🖤
This commit is contained in:
@ -33,7 +33,6 @@ Feature: Configuration Status Telemetry
|
||||
And config status event "bridge_config_success" is eventually send 1 time
|
||||
|
||||
|
||||
@long-black
|
||||
Scenario: Config Status Success send only once
|
||||
Then bridge telemetry feature is enabled
|
||||
When the user logs in with username "[user:user]" and password "password"
|
||||
@ -77,4 +76,4 @@ Feature: Configuration Status Telemetry
|
||||
And bridge stops
|
||||
And force config status progress to be sent for user"[user:user]"
|
||||
And bridge starts
|
||||
Then config status event "bridge_config_progress" is eventually send 1 time
|
||||
Then config status event "bridge_config_progress" is eventually send 1 time
|
||||
|
||||
@ -21,9 +21,9 @@ Feature: Bridge checks for updates
|
||||
Then bridge sends a manual update event for version "2.4.0"
|
||||
|
||||
Scenario: Update is required to continue using bridge
|
||||
Given there exists an account with username "user" and password "password"
|
||||
Given there exists an account with username "[user:user]" and password "password"
|
||||
And bridge is version "2.3.0" and the latest available version is "2.3.0" reachable from "2.3.0"
|
||||
And the API requires bridge version at least "2.4.0"
|
||||
When bridge starts
|
||||
And the user logs in with username "user" and password "password"
|
||||
Then bridge sends a forced update event
|
||||
And the user logs in with username "[user:user]" and password "password"
|
||||
Then bridge sends a forced update event
|
||||
|
||||
Reference in New Issue
Block a user