We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9443478 commit a3cef8dCopy full SHA for a3cef8d
src/packages/portal/pages/PortalPage/PortalTableRow.ts
@@ -21,7 +21,7 @@ export class PortalTableRow extends TableRow {
21
22
async openSettings(): Promise<void> {
23
await report.step(`Open "${this.componentName}" settings`, async () => {
24
- await this.hover()
+ await this.hover({ position: { x: 1, y: 1 } }) // to handle interfering tooltips
25
await this.packageSettingsButton.click()
26
})
27
}
0 commit comments