Commit afbc593
committed
Fix pipeline snapshot test race condition
Wait for the PUT response in savePipeline() before reading the file,
ensuring the server has written it to disk. Also dismiss the context
menu after the last addFileToPipeline call to prevent stale menu
interactions during node property configuration.
Signed-off-by: Luciano Resende <lresende@apple.com>1 parent 5b6a6ec commit afbc593
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| 206 | + | |
206 | 207 | | |
207 | | - | |
| 208 | + | |
| 209 | + | |
208 | 210 | | |
209 | 211 | | |
210 | 212 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
184 | 187 | | |
185 | 188 | | |
186 | 189 | | |
| |||
0 commit comments