Skip to content

Commit 617f1f9

Browse files
Merge pull request #14301 from nextcloud/backport/14299/main
[main] [stable31] fix(dashboard): Hide archived conversations from dashboard unless mentioned
2 parents e67e50a + 7658094 commit 617f1f9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tests/integration/features/conversation-1/archive.feature

+12-12
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ Feature: conversation-1/archive
1010
When user "participant1" creates room "one-to-one room" (v4)
1111
| roomType | 1 |
1212
| invite | participant2 |
13-
And user "participant1" is participant of the following rooms (v4)
14-
| id | type | participantType | isArchived |
15-
| group room | 3 | 1 | 0 |
16-
| one-to-one room | 1 | 1 | 0 |
13+
And user "participant1" is participant of the following unordered rooms (v4)
14+
| id | name | isArchived |
15+
| group room | room | 0 |
16+
| one-to-one room | participant2 | 0 |
1717
And user "participant1" archives room "one-to-one room" with 200 (v4)
1818
And user "participant1" archives room "group room" with 200 (v4)
19-
And user "participant1" is participant of the following rooms (v4)
20-
| id | type | participantType | isArchived |
21-
| group room | 3 | 1 | 1 |
22-
| one-to-one room | 1 | 1 | 1 |
19+
And user "participant1" is participant of the following unordered rooms (v4)
20+
| id | name | isArchived |
21+
| group room | room | 1 |
22+
| one-to-one room | participant2 | 1 |
2323
And user "participant1" unarchives room "one-to-one room" with 200 (v4)
2424
And user "participant1" unarchives room "group room" with 200 (v4)
25-
And user "participant1" is participant of the following rooms (v4)
26-
| id | type | participantType | isArchived |
27-
| group room | 3 | 1 | 0 |
28-
| one-to-one room | 1 | 1 | 0 |
25+
And user "participant1" is participant of the following unordered rooms (v4)
26+
| id | name | isArchived |
27+
| group room | room | 0 |
28+
| one-to-one room | participant2 | 0 |

0 commit comments

Comments
 (0)