Skip to content

Commit

Permalink
Fix test order and rest suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasDov committed Dec 4, 2024
1 parent e9478af commit 0603c42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/e2e-tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ export default defineConfig({
/* Configure projects for major browsers */
projects: [
{
name: "setup",
testMatch: /.*\.setup\.ts/,
},
{
name: "chromium",
use: {
...devices["Desktop Chrome"],
},
dependencies: ["setup"],
},
],

Expand Down
4 changes: 2 additions & 2 deletions app/frontend/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ iframe {
font-weight: 1 1000;
src:
local("Open Sans"),
url("/public/fonts/OpenSans-rest.woff2") format("woff2");
url("/fonts/OpenSans-rest.woff2") format("woff2");
unicode-range: U+80-FFFF;
}

Expand All @@ -30,7 +30,7 @@ iframe {
font-weight: 1 1000;
src:
local("Open Sans"),
url("/public/fonts/OpenSans-subset.woff2") format("woff2");
url("/fonts/OpenSans-subset.woff2") format("woff2");
// Unprintable + latin + digits + punctuation, and © (for the footer)
unicode-range: U+00-7F, U+A9;
}

0 comments on commit 0603c42

Please sign in to comment.