mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
18 lines
754 B
Gherkin
18 lines
754 B
Gherkin
Feature: Bridge send remote notification observability metrics
|
|
Background:
|
|
Given there exists an account with username "[user:user1]" and password "password"
|
|
And there exists an account with username "[user:user2]" and password "password"
|
|
Then it succeeds
|
|
When bridge starts
|
|
Then it succeeds
|
|
|
|
|
|
Scenario: Send notification 'received' and 'processed' observability metric
|
|
When the user logs in with username "[user:user1]" and password "password"
|
|
And the user with username "[user:user1]" sends the following remote notification observability metric "received"
|
|
Then it succeeds
|
|
And the user with username "[user:user1]" sends the following remote notification observability metric "processed"
|
|
Then it succeeds
|
|
|
|
|