mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-25 09:21:10 +00:00
Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net> [sunil: Fix marks for quassel app] Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
20 lines
527 B
Gherkin
20 lines
527 B
Gherkin
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
@apps @jsxc
|
|
Feature: JSXC XMPP Client
|
|
Run the JSXC XMPP client.
|
|
|
|
Background:
|
|
Given I'm a logged in user
|
|
|
|
Scenario: Install jsxc application
|
|
Given the jsxc application is installed
|
|
Then the jsxc site should be available
|
|
|
|
@backups
|
|
Scenario: Backup and restore jsxc
|
|
Given the jsxc application is installed
|
|
When I create a backup of the jsxc app data with name test_jsxc
|
|
And I restore the jsxc app data backup with name test_jsxc
|
|
Then the jsxc site should be available
|