Dmitry Gozman
10ce7af411
fix(steps): step should not get an unrelated error ( #22773 )
...
Previously, we would use any error that was added during the step
execution as an error for this particular step.
This produces false positives, for example failing `page.click` call
that happened during `context` teardown was producing an error and
marking teardown is failed. However, in reality, the test itself has
failed, while teardown has not.
New approach uses test step hierarchy to inherit errors from child steps
to the parent step. This does not regress the original fix where
`expect.soft` errors are surfaced in the parent step.
See also #19973 that introduced the original logic.
2023-05-02 18:50:00 -07:00
..
2022-12-07 08:45:33 -08:00
2022-11-09 09:18:33 -08:00
2023-04-28 08:57:19 -07:00
2023-02-14 19:20:56 -08:00
2023-03-23 18:07:02 +01:00
2023-05-02 09:14:57 -07:00
2023-02-18 13:08:17 -08:00
2023-02-14 19:20:56 -08:00
2023-03-29 20:43:08 -07:00
2023-04-28 14:27:08 -07:00
2023-02-14 19:20:56 -08:00
2023-03-24 20:56:45 -07:00
2023-04-26 08:50:10 -07:00
2023-02-14 19:20:56 -08:00
2023-04-25 10:29:56 -07:00
2023-04-19 14:45:58 -07:00
2023-04-03 15:06:13 -07:00
2023-05-02 17:40:10 -07:00
2023-05-02 11:04:51 -07:00
2023-02-14 19:20:56 -08:00
2023-02-14 19:20:56 -08:00
2023-02-14 19:20:56 -08:00
2023-05-02 11:04:51 -07:00
2023-02-18 11:41:41 -08:00
2023-04-17 12:57:33 -07:00
2023-02-14 19:20:56 -08:00
2023-02-14 19:20:56 -08:00
2023-02-14 19:20:56 -08:00
2023-04-25 11:19:37 -07:00
2023-03-31 13:04:24 -07:00
2023-02-14 19:20:56 -08:00
2023-05-01 15:19:49 -07:00
2023-03-31 08:57:07 -07:00
2023-05-01 15:19:49 -07:00
2023-02-14 19:20:56 -08:00
2023-03-17 13:33:44 -07:00
2023-04-04 12:31:42 -07:00
2023-03-16 14:32:12 -07:00
2023-03-17 11:50:44 -07:00
2023-04-18 09:02:33 -07:00
2023-02-14 19:20:56 -08:00
2023-02-14 19:20:56 -08:00
2023-02-14 19:20:56 -08:00
2023-02-21 14:15:11 -08:00
2023-05-01 12:58:40 -07:00
2023-02-18 13:08:17 -08:00
2023-02-14 19:20:56 -08:00
2023-05-01 09:13:30 -07:00
2023-02-18 11:41:41 -08:00
2023-05-01 09:15:08 -07:00
2023-04-05 13:03:42 -07:00
2023-04-07 17:20:49 -07:00
2023-02-18 11:41:41 -08:00
2023-05-01 13:53:15 -07:00
2023-02-14 19:20:56 -08:00
2023-02-18 13:08:17 -08:00
2023-05-01 14:54:48 -07:00
2023-03-14 10:41:37 -07:00
2023-02-14 19:20:56 -08:00
2023-02-14 19:20:56 -08:00
2023-03-17 11:50:44 -07:00
2023-02-14 19:20:56 -08:00
2023-02-14 19:20:56 -08:00
2023-02-14 19:20:56 -08:00
2023-02-14 19:20:56 -08:00
2023-03-30 21:05:07 -07:00
2023-02-18 13:08:17 -08:00
2023-02-14 19:20:56 -08:00
2023-02-14 19:20:56 -08:00
2023-05-02 18:50:00 -07:00
2023-02-14 19:20:56 -08:00
2023-05-02 11:04:51 -07:00
2023-04-28 08:57:43 -07:00
2023-03-29 13:57:19 -07:00
2023-03-29 17:13:09 -07:00
2023-05-01 15:18:34 -07:00
2023-04-28 14:18:46 -07:00
2023-04-28 14:18:46 -07:00
2023-04-28 17:47:57 -07:00
2023-04-28 14:18:46 -07:00
2023-04-28 14:18:46 -07:00
2023-04-28 14:18:46 -07:00
2023-04-28 14:18:46 -07:00
2023-04-28 14:18:46 -07:00
2023-04-28 14:18:46 -07:00
2023-04-28 14:18:46 -07:00
2023-04-03 15:06:13 -07:00
2023-04-26 23:39:42 +02:00
2023-02-14 19:20:56 -08:00