change suite name to apiCollaboration

This commit is contained in:
Prajwol Amatya
2024-08-27 10:39:40 +05:45
parent df34b917ff
commit 3b6eaf5271
4 changed files with 35 additions and 71 deletions
@@ -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"