mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-29 19:31:19 -04:00
Lint and Prettier
This commit is contained in:
@@ -237,10 +237,7 @@ test.describe('when given valid input', () => {
|
||||
await expect(dbInfo.user.username).toContain(googleAccountOne.username)
|
||||
})
|
||||
|
||||
test('should successfully skip the onboarding flow', async ({
|
||||
app,
|
||||
fakerAccount
|
||||
}) => {
|
||||
test('should successfully skip the onboarding flow', async ({app, fakerAccount}) => {
|
||||
await app.registerWithEmail(fakerAccount)
|
||||
await app.skipOnboardingHeadToProfile(fakerAccount)
|
||||
|
||||
@@ -320,10 +317,7 @@ test.describe('when given valid input', () => {
|
||||
})
|
||||
|
||||
test.describe('should successfully complete the onboarding flow after using the back button', () => {
|
||||
test("the first time it's an option", async ({
|
||||
app,
|
||||
fakerAccount
|
||||
}) => {
|
||||
test("the first time it's an option", async ({app, fakerAccount}) => {
|
||||
await app.registerWithEmail(fakerAccount)
|
||||
await app.onboarding.clickContinueButton()
|
||||
await app.onboarding.clickBackButton()
|
||||
@@ -347,10 +341,7 @@ test.describe('when given valid input', () => {
|
||||
await expect(dbInfo.user.username).toContain(fakerAccount.username)
|
||||
})
|
||||
|
||||
test("the second time it's an option", async ({
|
||||
app,
|
||||
fakerAccount
|
||||
}) => {
|
||||
test("the second time it's an option", async ({app, fakerAccount}) => {
|
||||
await app.registerWithEmail(fakerAccount)
|
||||
await app.onboarding.clickContinueButton()
|
||||
await app.onboarding.clickContinueButton()
|
||||
|
||||
Reference in New Issue
Block a user