mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 12:20:20 +01:00
This commit is contained in:
parent
e86972d136
commit
bdc356a5ed
|
|
@ -12,7 +12,7 @@ const StyledComponentError = styled.div`
|
|||
width: 100%;
|
||||
`;
|
||||
|
||||
const ERROR_MESSAGE = "Error occured within component.";
|
||||
const ERROR_MESSAGE = "Error occurred within component.";
|
||||
|
||||
const ComponentError: FC = () => (
|
||||
<StyledComponentError>{ERROR_MESSAGE}</StyledComponentError>
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ test("can change background", async ({ headless, browserName, page }) => {
|
|||
await canvasBackgroundIsHidden({ page });
|
||||
});
|
||||
|
||||
test.describe("can set backgound", () => {
|
||||
test.describe("can set background", () => {
|
||||
test.beforeEach(disableWallpaper);
|
||||
test.beforeEach(async ({ page }) =>
|
||||
loadApp({ page }, { url: "/System/Icons/48x48" })
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user