We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7acd104 commit 5ad33dcCopy full SHA for 5ad33dc
lib/container.js
@@ -110,6 +110,9 @@ class Container {
110
}
111
112
113
+ // Wait for all async helpers to finish loading and populate the actor with helper methods
114
+ await asyncHelperPromise
115
+
116
if (opts && opts.ai) ai.enable(config.ai) // enable AI Assistant
117
if (config.gherkin) await loadGherkinStepsAsync(config.gherkin.steps || [])
118
if (opts && typeof opts.timeouts === 'boolean') store.timeouts = opts.timeouts
0 commit comments