You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/__snapshots__/return-dispatch.spec.ts.snap
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -75,3 +75,19 @@ exports[`return-dispatch > handleAction > getRunIdAndUrl > should timeout when u
75
75
"Attempting to identify run ID from steps...",
76
76
]
77
77
`;
78
+
79
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should timeout when unable to find over time 1`] =`"Attempting to identify run ID from steps..."`;
80
+
81
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should timeout when unable to find over time 2`] =`"Exhausted searching IDs in known runs, attempt 1..."`;
82
+
83
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should timeout when unable to find over time 3`] =`"Attempting to identify Run ID for workflow.yml (123)"`;
84
+
85
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should timeout when unable to find over time 4`] =`"Attempting to get step names for Run IDs: [0]"`;
86
+
87
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should timeout when unable to find over time 5`] =`"Exhausted searching IDs in known runs, attempt 2..."`;
88
+
89
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should timeout when unable to find over time 6`] =`"Attempting to get step names for Run IDs: [0]"`;
90
+
91
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should timeout when unable to find over time 7`] =`"Exhausted searching IDs in known runs, attempt 3..."`;
92
+
93
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should timeout when unable to find over time 8`] =`"Attempting to get step names for Run IDs: [0]"`;
0 commit comments