mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
20 lines
583 B
Gherkin
20 lines
583 B
Gherkin
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
@apps @infinoted
|
|
Feature: Infinoted Collaborative Text Editor
|
|
Run Gobby Server - Infinoted
|
|
|
|
Background:
|
|
Given I'm a logged in user
|
|
Given the infinoted application is installed
|
|
|
|
Scenario: Enable infinoted application
|
|
Given the infinoted application is disabled
|
|
When I enable the infinoted application
|
|
Then the infinoted service should be running
|
|
|
|
Scenario: Disable infinoted application
|
|
Given the infinoted application is enabled
|
|
When I disable the infinoted application
|
|
Then the infinoted service should not be running
|