mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
♻️ Remove deprecated @import from scss files (#7347)
* 🐛 Fix import warnings 1 of 2 * 🐛 Fix import warnings 2 of 2 * 🐛 Fix visual tests and format files * 🐛 Fix mixed declarations on scss
This commit is contained in:
@@ -95,9 +95,7 @@ test.describe("Assets tab", () => {
|
||||
|
||||
await workspace.clickLibrary("Testing library 1");
|
||||
await expect(
|
||||
workspace.librariesModal.getByText(
|
||||
"There are no Shared Libraries available",
|
||||
),
|
||||
workspace.librariesModal.getByText("File library"),
|
||||
).toBeVisible();
|
||||
await expect(workspace.page).toHaveScreenshot();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user