Skip to content

Commit

Permalink
Run obfuscation.spec.ts in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Sep 6, 2024
1 parent ea7357d commit 176eb32
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/test-manager/src/tests/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(())
}

0 comments on commit 176eb32

Please sign in to comment.