Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VPN-5681 - remove iOS VPN profile when logging out or resetting #8329

Merged
merged 11 commits into from
Oct 24, 2023
Prev Previous commit
Next Next commit
fix tests
mcleinman committed Oct 23, 2023
commit 2fe822b4c8cae45d55cf1cdd07d758c1ef511513
2 changes: 1 addition & 1 deletion tests/functional/helper.js
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ module.exports = {
`Command failed: ${json.error}`);

if (awaitConnectionOkay) {
awaitSuccessfulConnection();
await this.awaitSuccessfulConnection();
}
},

4 changes: 2 additions & 2 deletions tests/functional/testSettings.js
Original file line number Diff line number Diff line change
@@ -845,8 +845,8 @@ describe('Settings', function() {

// relaunch app
await setup.startAndConnect();
MattLichtenstein marked this conversation as resolved.
Show resolved Hide resolved
await vpn.setSetting('tipsAndTricksIntroShown', 'true')
await vpn.setSetting('localhostRequestsOnly', 'true');
await vpn.setSetting('tipsAndTricksIntroShown', 'true');
await vpn.setSetting('localhostRequestsOnly', 'true');
await vpn.authenticateInApp(true, true);
await vpn.setGleanAutomationHeader();