Files
proton-bridge/tests/features/observability/remote_notification.feature
2024-08-29 13:31:37 +02:00

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