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

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuka Trovic <luka@nextcloud.com>2022-09-13 20:14:59 +0300
committerJulius Härtl <jus@bitgrid.net>2022-10-21 19:08:19 +0300
commit1217b37b19127305ce77340e69765c6b244c2cf3 (patch)
tree5903f71ae87e72a5f8cdabad001432fcd75c2cfc /cypress
parentf9acf7778feb3d684534433108b01e34cd401183 (diff)
feat: add validators to check values in services
Signed-off-by: Luka Trovic <luka@nextcloud.com>
Diffstat (limited to 'cypress')
-rw-r--r--cypress/e2e/boardFeatures.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/e2e/boardFeatures.js b/cypress/e2e/boardFeatures.js
index 79e960be..e2bdace6 100644
--- a/cypress/e2e/boardFeatures.js
+++ b/cypress/e2e/boardFeatures.js
@@ -13,7 +13,7 @@ describe('Board', function() {
})
it('Can create a board', function() {
- const board = 'Test'
+ const board = 'TestBoard'
cy.intercept({
method: 'POST',