mirror of
https://github.com/penpot/penpot.git
synced 2025-06-24 08:57:07 +02:00
🎉 Consolidate suggested libraries and add library button (#5828)
This commit is contained in:
parent
d836cc66da
commit
af93325fd9
6 changed files with 4 additions and 57 deletions
|
@ -221,7 +221,7 @@ export class WorkspacePage extends BaseWebSocketPage {
|
|||
}
|
||||
|
||||
async openLibrariesModal(clickOptions = {}) {
|
||||
await this.sidebar.getByText("Libraries").click(clickOptions);
|
||||
await this.sidebar.getByTestId("libraries").click(clickOptions);
|
||||
await expect(this.librariesModal).toBeVisible();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue