diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-09-06 15:41:36 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-09-16 09:54:56 +0200 |
| commit | 2308525fe0e845e10977b4d26def54a0cdd772b0 (patch) | |
| tree | 81b9a02e188f32f2820cd423dbe750ee6bf1224c /test/test-manager | |
| parent | 660665cad08914104e1d4adba03e62d46499db5d (diff) | |
| download | mullvadvpn-2308525fe0e845e10977b4d26def54a0cdd772b0.tar.xz mullvadvpn-2308525fe0e845e10977b4d26def54a0cdd772b0.zip | |
Run `obfuscation.spec.ts` in e2e tests
Diffstat (limited to 'test/test-manager')
| -rw-r--r-- | test/test-manager/src/tests/ui.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test-manager/src/tests/ui.rs b/test/test-manager/src/tests/ui.rs index e9008a5baf..234fe77065 100644 --- a/test/test-manager/src/tests/ui.rs +++ b/test/test-manager/src/tests/ui.rs @@ -276,3 +276,11 @@ pub async fn test_import_settings_ui(_: TestContext, rpc: ServiceClient) -> Resu assert!(ui_result.success()); Ok(()) } + +/// Test obufscation settings in the GUI +#[test_function] +pub async fn test_obfuscation_settings_ui(_: TestContext, rpc: ServiceClient) -> Result<(), Error> { + let ui_result = run_test(&rpc, &["obfuscation.spec"]).await?; + assert!(ui_result.success()); + Ok(()) +} |
