Other: Rename BDD test action for hiding all mail

This commit is contained in:
James Houlahan
2022-10-25 00:16:24 +02:00
parent b594b5f90a
commit d2b1b9d34c
3 changed files with 7 additions and 7 deletions

View File

@ -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)
}