♻️ Visual changes in comments

This commit is contained in:
luisddm
2024-12-09 17:16:27 +01:00
committed by Alonso Torres
parent ff7acea95a
commit b5e5c4b0dd
17 changed files with 745 additions and 606 deletions

View File

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