summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2023-05-03 09:46:34 -0300
committerVitor Mattos <vitor@php.rio>2023-05-03 09:46:34 -0300
commit895730434debccd5e0a3dec0d1926b95023c098a (patch)
treef3cc6cd9fd603b5a222d5ae76067d900017e06c0 /tests
parentc92f66c01d7a1d522e3f4a6ff69ec9955fee7322 (diff)
Fix typo
https://github.com/nextcloud/spreed/pull/9423#discussion_r1183635637 Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/bootstrap/FeatureContext.php2
-rw-r--r--tests/integration/features/conversation/avatar.feature2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/features/bootstrap/FeatureContext.php b/tests/integration/features/bootstrap/FeatureContext.php
index 71084f8fb..7b5aab4a1 100644
--- a/tests/integration/features/bootstrap/FeatureContext.php
+++ b/tests/integration/features/bootstrap/FeatureContext.php
@@ -3258,7 +3258,7 @@ class FeatureContext implements Context, SnippetAcceptingContext {
}
/**
- * @When /^the avatar svg of room "([^"]*)" contais the string "([^"]*)"(?: \((v1)\))?$/
+ * @When /^the avatar svg of room "([^"]*)" contains the string "([^"]*)"(?: \((v1)\))?$/
*/
public function theAvatarSvgOfRoomContainsTheString(string $identifier, string $string, string $apiVersion = 'v1'): void {
$this->sendRequest('GET', '/apps/spreed/api/' . $apiVersion . '/room/' . self::$identifierToToken[$identifier] . '/avatar');
diff --git a/tests/integration/features/conversation/avatar.feature b/tests/integration/features/conversation/avatar.feature
index b327af66c..81030f279 100644
--- a/tests/integration/features/conversation/avatar.feature
+++ b/tests/integration/features/conversation/avatar.feature
@@ -77,7 +77,7 @@ Feature: conversation/avatar
| isCustomAvatar | 0 |
| displayName | πŸ’™room2 |
And the room "room1" has an svg as avatar with 200
- And the avatar svg of room "room1" contais the string "πŸ’™"
+ And the avatar svg of room "room1" contains the string "πŸ’™"
When user "participant1" renames room "room1" to "room1" with 200 (v4)
Then user "participant1" gets room "room1" with 200 (v4)
| avatarVersion | NOT_EMPTY |