mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
♻️ Visual changes in comments
This commit is contained in:
@@ -104,8 +104,7 @@ export class ViewerPage extends BaseWebSocketPage {
|
||||
|
||||
async showCommentsThread(number, clickOptions = {}) {
|
||||
await this.page
|
||||
.getByTestId("floating-thread-bubble")
|
||||
.filter({ hasText: number.toString() })
|
||||
.getByTestId(`floating-thread-bubble-${number.toString()}`)
|
||||
.click(clickOptions);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user