Skip to content

Commit 4a73167

Browse files
committed
Fix dropbox browser automation.
1 parent 2af0f9f commit 4a73167

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/dropbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class DropboxServiceSession extends BrowserFollowupServiceSession {
7070
await createButton.waitFor({ timeout: DEFAULT_TIMEOUT_MS });
7171
await createButton.click();
7272

73-
await page.waitForURL(/https:\/\/www\.dropbox\.com\/developers\/apps\/info\//, {
73+
await page.waitForURL(/https:\/\/www\.dropbox\.com\/developers\/apps\/info\b/, {
7474
timeout: DEFAULT_TIMEOUT_MS,
7575
});
7676

0 commit comments

Comments
 (0)