Welcome to mirror list, hosted at ThFree Co, Russian Federation.

notifications.feature « features « integration « tests - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 08b669abde5eb42d237ee8daf2ba3d863f5f0aa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
Feature: notifications
  Background:
    Given using api version "2"

  Scenario: Read notifications without Notifiers
    Given user "test1" exists
    Given As an "test1"
    When sending "GET" to "/apps/notifications/api/v1/notifications"
    # "204 No Content" - Because there is no notifier
    Then the HTTP status code should be "204"