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: cd16332ce38def80e8ab3fdf1a95302c2943c973 (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/v1/notifications"
    # "204 No Content" - Because there is no notifier
    Then the HTTP status code should be "204"