- Notifications
You must be signed in to change notification settings - Fork4.4k
Commit6f67dbd
authored
test: Use
The JSON string comparison is flaky because it depends on the order ofkeys in serialized objects. We actually don't care for the order thekeys are serialized, just that the keys and values are as we want.This PR should fix that.[Slackconversation](https://theappsmith.slack.com/archives/C0134BAVDB4/p1719409620659339)./test table<!-- This is an auto-generated comment: Cypress test results -->> [!TIP]> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉> Workflow run:<https://github.com/appsmithorg/appsmith/actions/runs/9681276909>> Commit:3fa1746> <ahref="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=9681276909&attempt=1"target="_blank">Cypress dashboard</a>.> Tags: `@tag.Table`<!-- end of auto-generated comment: Cypress test results -->deep.eq for comparing objects (#34513)1 parent57f86de commit6f67dbd
File tree
1 file changed
+22
-14
lines changed- app/client/cypress/e2e/Regression/ClientSide/Widgets/TableV2
1 file changed
+22
-14
lines changedLines changed: 22 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
77 | 85 | | |
78 | 86 | | |
79 | 87 | | |
| |||
0 commit comments
Comments
(0)