mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
Other: Rename BDD test action for hiding all mail
This commit is contained in:
@ -263,10 +263,10 @@ func (s *scenario) bridgeSendsAForcedUpdateEvent() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s *scenario) bridgeHidesAllMail() error {
|
||||
func (s *scenario) theUserHidesAllMail() error {
|
||||
return s.t.bridge.SetShowAllMail(false)
|
||||
}
|
||||
|
||||
func (s *scenario) bridgeShowsAllMail() error {
|
||||
func (s *scenario) theUserShowsAllMail() error {
|
||||
return s.t.bridge.SetShowAllMail(true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user