mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-29 19:31:19 -04:00
Linting and Prettier
This commit is contained in:
@@ -1,19 +1,15 @@
|
||||
import {test, expect} from '../fixtures/signInFixture'
|
||||
import * as fs from "fs";
|
||||
import * as fs from 'fs'
|
||||
|
||||
test.describe('when given valid input', () => {
|
||||
test('should be logged in and see settings page', async ({
|
||||
authenticatedPage,
|
||||
homePage,
|
||||
}) => {
|
||||
test('should be logged in and see settings page', async ({authenticatedPage, homePage}) => {
|
||||
await homePage.gotToHomePage()
|
||||
// await authenticatedPage.goto('/settings')
|
||||
|
||||
// await expect(authenticatedPage.getByRole('heading', { name: 'Theme' })).toBeVisible()
|
||||
})
|
||||
});
|
||||
})
|
||||
|
||||
test.describe('when an error occurs', () => {
|
||||
test('placeholder', async () => {});
|
||||
});
|
||||
|
||||
test('placeholder', async () => {})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user