mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 23:49:43 -05:00
another await
This commit is contained in:
@@ -162,7 +162,7 @@ const runFailingProjectTest = function (buildAppExecutable, e2e) {
|
||||
|
||||
const test = async function (buildAppExecutable) {
|
||||
await scaffoldCommonNodeModules()
|
||||
Fixtures.scaffoldProject('e2e')
|
||||
await Fixtures.scaffoldProject('e2e')
|
||||
const e2e = Fixtures.projectPath('e2e')
|
||||
|
||||
await runSmokeTest(buildAppExecutable)
|
||||
|
||||
Reference in New Issue
Block a user