@@ -129,22 +129,23 @@ Scenario: Handled native promise rejection with native stacktrace
129129
130130 # the javascript part follows
131131 # On 0.74+ New Arch there is no JS stacktrace - see PLAT-12193
132- And the event "exceptions.0.stacktrace.20.columnNumber" equals the version-dependent string:
132+ # We're check the method: asyncGeneratorStep
133+ And the event "exceptions.0.stacktrace.21.columnNumber" equals the version-dependent string:
133134 | arch | version | value |
134135 | new | 0 .72 | @not_null |
135136 | new | default | @skip |
136137 | old | default | @not_null |
137- And the event "exceptions.0.stacktrace.20 .file" equals the version-dependent string:
138+ And the event "exceptions.0.stacktrace.21 .file" equals the version-dependent string:
138139 | arch | version | value |
139140 | new | 0 .72 | @not_null |
140141 | new | default | @skip |
141142 | old | default | @not_null |
142- And the event "exceptions.0.stacktrace.20 .lineNumber" equals the version-dependent string:
143+ And the event "exceptions.0.stacktrace.21 .lineNumber" equals the version-dependent string:
143144 | arch | version | value |
144145 | new | 0 .72 | @not_null |
145146 | new | default | @skip |
146147 | old | default | @not_null |
147- And the event "exceptions.0.stacktrace.20 .type" equals the version-dependent string:
148+ And the event "exceptions.0.stacktrace.21 .type" equals the version-dependent string:
148149 | arch | version | value |
149150 | new | 0 .72 | @null |
150151 | new | default | @skip |
@@ -173,22 +174,23 @@ Scenario: Unhandled native promise rejection with native stacktrace
173174
174175 # the javascript part follows
175176 # On 0.74+ New Arch there is no JS stacktrace - see PLAT-12193
176- And the event "exceptions.0.stacktrace.20.columnNumber" equals the version-dependent string:
177+ # We're check the method: asyncGeneratorStep
178+ And the event "exceptions.0.stacktrace.21.columnNumber" equals the version-dependent string:
177179 | arch | version | value |
178180 | new | 0 .72 | @not_null |
179181 | new | default | @skip |
180182 | old | default | @not_null |
181- And the event "exceptions.0.stacktrace.20 .file" equals the version-dependent string:
183+ And the event "exceptions.0.stacktrace.21 .file" equals the version-dependent string:
182184 | arch | version | value |
183185 | new | 0 .72 | @not_null |
184186 | new | default | @skip |
185187 | old | default | @not_null |
186- And the event "exceptions.0.stacktrace.20 .lineNumber" equals the version-dependent string:
188+ And the event "exceptions.0.stacktrace.21 .lineNumber" equals the version-dependent string:
187189 | arch | version | value |
188190 | new | 0 .72 | @not_null |
189191 | new | default | @skip |
190192 | old | default | @not_null |
191- And the event "exceptions.0.stacktrace.20 .type" equals the version-dependent string:
193+ And the event "exceptions.0.stacktrace.21 .type" equals the version-dependent string:
192194 | arch | version | value |
193195 | new | 0 .72 | @null |
194196 | new | default | @skip |
0 commit comments