Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: DM list should scroll to reveal hidden items during navigation with up/down arrow keys #198

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions data/test-cases/channels/messaging/MM-Pending.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
# (Required) Ensure all values are filled up
name: "Navigating DM list using Up/Down arrow keys scrolls it"
status: Active
priority: Normal
folder: Messaging
authors: "@Victor-Nyagudi"
team_ownership: []
priority_p1_to_p4: P2 - Core Functions (Do core functions work?)

# (Optional)
location: Messaging
component: null
tags: []
labels: []
tested_by_contributor: ''

# (Optional) Test type and tools
cypress: in Production
detox: N/A
mmctl: N/A
playwright: N/A
rainforest: []
manual_test_environments: []

# Do not change
id: null
key: null
created_on: null
last_updated: null
case_hashed: null
steps_hashed: null
---

**Step 1**

1. Click the "+" next to the "Direct Messages" category header in the LHS to open the DM list modal.
2. Ensure there are enough list items such that you'll need to scroll to see the rest.
3. Press the down arrow key to navigate through items to an item out of view.
4. Press the up arrow key to navigate back up to an item out of view.

**Expected**

The DM list scrolls to reveal the hidden items in step 3 and 4.
Loading