change suite name to apiCollaboration
This commit is contained in:
+3
-3
@@ -1,10 +1,10 @@
|
||||
Feature: App Provider
|
||||
Feature: collaboration (wopi)
|
||||
As a user
|
||||
I want to access files with collaboration service apps
|
||||
So that I can collaborate with other users
|
||||
|
||||
|
||||
Scenario Outline: open file with .odt extension with collaboration app
|
||||
Scenario Outline: open file with .odt extension
|
||||
Given user "Alice" has been created with default attributes and without skeleton files
|
||||
And user "Alice" has uploaded file "filesForUpload/simple.odt" to "simple.odt"
|
||||
And we save it into "FILEID"
|
||||
@@ -22,7 +22,7 @@ Feature: App Provider
|
||||
"properties": {
|
||||
"app_url": {
|
||||
"type": "string",
|
||||
"pattern": "^https:\\/\\/(.*?)\\?WOPISrc=http%3A%2F%2F(.*?)%3A9300%2Fwopi%2Ffiles%2F[a-fA-F0-9]{64}$"
|
||||
"pattern": "^.*\\?WOPISrc=.*wopi%2Ffiles%2F[a-fA-F0-9]{64}$"
|
||||
},
|
||||
"method": {
|
||||
"const": "POST"
|
||||
Reference in New Issue
Block a user