Fix spelling
Some checks are pending
Tests / tests (push) Waiting to run

This commit is contained in:
Dustin Brett 2025-02-06 20:57:34 -08:00
parent e86972d136
commit bdc356a5ed
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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" })