Disable auto-update setting & settings page has scroll shortcuts (#590)
Fixes https://github.com/dyad-sh/dyad/issues/561
This commit is contained in:
@@ -833,6 +833,10 @@ export class PageObject {
|
||||
expect(sanitizedSettingsContent).toMatchSnapshot();
|
||||
}
|
||||
|
||||
async toggleAutoUpdate() {
|
||||
await this.page.getByRole("switch", { name: "Auto-update" }).click();
|
||||
}
|
||||
|
||||
async clickTelemetryAccept() {
|
||||
await this.page.getByTestId("telemetry-accept-button").click();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user