mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
13 lines
273 B
Gherkin
13 lines
273 B
Gherkin
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
@help @system @essential
|
|
Feature: Help module
|
|
Show various information about the system.
|
|
|
|
Background:
|
|
Given I'm a logged in user
|
|
|
|
Scenario: Status logs
|
|
When I go to the status logs page
|
|
Then status logs should be shown
|