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: [M3-8951] - Cypress component tests for firewall rules drag and drop keyboard interaction #11341

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
231ed46
Add Cypress tests for FirewallRules table drag & drop keyboard intera…
pmakode-akamai Nov 28, 2024
e57fe33
Refactoring, some clean up and add/fix comments
pmakode-akamai Nov 29, 2024
7033e94
Some cleanup...
pmakode-akamai Nov 29, 2024
dd6a576
Added changeset: Cypress tests for firewall rules drag and drop keybo…
pmakode-akamai Nov 29, 2024
71b9f9b
Add some comments
pmakode-akamai Nov 29, 2024
302a3da
Add and improve comments from `CustomKeyboardSensor.ts`
pmakode-akamai Nov 29, 2024
25c79a9
Add/Improve comments in CustomKeyboardSensor.ts
pmakode-akamai Nov 29, 2024
7133c1b
Clean up and refactoring tests
pmakode-akamai Dec 2, 2024
5745d42
Clean up firewalls beforeEach
pmakode-akamai Dec 2, 2024
b42f849
Add test cases to verify 'Save Changes' button
pmakode-akamai Dec 2, 2024
3b7abab
Add doc comment for moveFocusedElement func
pmakode-akamai Dec 2, 2024
f708bdf
Replace 'any' type with FirewallRuleType
pmakode-akamai Dec 2, 2024
32dca98
Add component cypress tests for drag and drop keyboard
pmakode-akamai Dec 10, 2024
5b7543d
Move cypress firewall components tests to core/firewalls
pmakode-akamai Dec 10, 2024
26c4a5b
Clean up and refactoring...
pmakode-akamai Dec 10, 2024
be3c894
Update changeset description
pmakode-akamai Dec 10, 2024
8f6e859
Update changeset file
pmakode-akamai Dec 10, 2024
c844509
Keeping firewallId unique
pmakode-akamai Dec 10, 2024
8ea244f
Use `randomNumber` instead of harcoded Ids for firewallId
pmakode-akamai Dec 10, 2024
43c8f72
Categorize and scale input event(s)
pmakode-akamai Dec 11, 2024
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
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-11341-tests-1732886601848.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@linode/manager': Tests
---

Cypress component tests for firewall rules drag and drop keyboard interaction ([#11341](https://github.com/linode/manager/pull/11341))
Loading
Loading