diff --git a/packages/integration-tests/src/ui-helpers/expect-experience.ts b/packages/integration-tests/src/ui-helpers/expect-experience.ts index 9224f1d9d..a18ea6bc2 100644 --- a/packages/integration-tests/src/ui-helpers/expect-experience.ts +++ b/packages/integration-tests/src/ui-helpers/expect-experience.ts @@ -181,6 +181,8 @@ export default class ExpectExperience extends ExpectPage { } protected throwNoOngoingExperienceError() { - return this.throwError('The experience has not started yet. Use `startWith` to start the experience.'); + return this.throwError( + 'The experience has not started yet. Use `startWith` to start the experience.' + ); } }