- Notifications
You must be signed in to change notification settings - Fork1k
Commit95f53fd
committed
fix(e2e): disable dynamic parameters for updateWorkspace tests
The updateWorkspace tests were written for the classic parameter flow.With dynamic parameters now being the default, these tests need toexplicitly disable dynamic parameters via the template settings pageto continue working as expected.This fix:1. Adds a disableDynamicParameters helper function2. Modifies all updateWorkspace tests to disable dynamic parameters after template creation3. Ensures tests use the classic parameter flow they were designed forFixes the failing e2e test 'update workspace with ephemeral parameter enabled'.1 parentc4f4fe5 commit95f53fd
2 files changed
+43
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1203 | 1203 |
| |
1204 | 1204 |
| |
1205 | 1205 |
| |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
| 1225 | + | |
| 1226 | + | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
| 1230 | + | |
| 1231 | + | |
| 1232 | + | |
| 1233 | + | |
| 1234 | + | |
| 1235 | + | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
| |||
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 |
| |
38 | 42 |
| |
39 | 43 |
| |
| |||
77 | 81 |
| |
78 | 82 |
| |
79 | 83 |
| |
| 84 | + | |
| 85 | + | |
| 86 | + | |
80 | 87 |
| |
81 | 88 |
| |
82 | 89 |
| |
| |||
122 | 129 |
| |
123 | 130 |
| |
124 | 131 |
| |
| 132 | + | |
| 133 | + | |
| 134 | + | |
125 | 135 |
| |
126 | 136 |
| |
127 | 137 |
| |
|
0 commit comments
Comments
(0)