mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 23:58:28 +02:00
🐛 Fix asset name on inspect tab (#6173)
Signed-off-by: Eva Marco <eva.marco@kaleidos.net>
This commit is contained in:
parent
cc97a8ffcc
commit
cbb3f6672f
6 changed files with 73 additions and 14 deletions
|
@ -245,6 +245,9 @@ export class WorkspacePage extends BaseWebSocketPage {
|
|||
async clickAssets(clickOptions = {}) {
|
||||
await this.sidebar.getByText("Assets").click(clickOptions);
|
||||
}
|
||||
async clickLayers(clickOptions = {}) {
|
||||
await this.sidebar.getByText("Layers").click(clickOptions);
|
||||
}
|
||||
|
||||
async openLibrariesModal(clickOptions = {}) {
|
||||
await this.sidebar.getByTestId("libraries").click(clickOptions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue