🐛 Fix asset name on inspect tab (#6173)

Signed-off-by: Eva Marco <eva.marco@kaleidos.net>
This commit is contained in:
Eva Marco 2025-03-28 10:38:35 +01:00 committed by GitHub
parent cc97a8ffcc
commit cbb3f6672f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 73 additions and 14 deletions

View file

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