mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 05:06:13 +02:00
♻️ Visual changes in comments
This commit is contained in:
parent
ff7acea95a
commit
b5e5c4b0dd
17 changed files with 745 additions and 606 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue