Skip to content

Commit 3db73d7

Browse files
committed
removed checkbox that isnot in FTP UI any more
1 parent 8253086 commit 3db73d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backwpup/utils/storage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ export class StorageUtils {
129129
await this.page.locator('#ftppass').fill(BACKWPUP_INFOS.ftp.password);
130130
await this.page.locator('#ftphostport').fill(BACKWPUP_INFOS.ftp.port ?? '21');
131131
// Checkboxes
132-
await this.page.locator('#ftpssl').setChecked(BACKWPUP_INFOS.ftp.ssl, { force: true });
133132
await this.page.locator('#ftppasv').setChecked(BACKWPUP_INFOS.ftp.passiveMode, { force: true });
134133
const timestamp = Date.now();
135134
const directoryName = getFolderNameFromHost();

0 commit comments

Comments
 (0)