v0.3.8-pre.008-fix.001
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: crates/ksp-app-store-desk/tests/desktop_contract.rs
|
||||
// version: 7
|
||||
// version: 8
|
||||
|
||||
//! Desktop template and frontend contract tests for the Store Desk scaffold.
|
||||
|
||||
@@ -245,7 +245,7 @@ fn pre_008_account_ipc_maps_datatables_filters_counts_and_bounded_detail_without
|
||||
assert!(tauri.contains("store_get_account_detail"));
|
||||
assert!(frontend.contains("store_query_accounts"));
|
||||
assert!(frontend.contains("store_get_account_detail"));
|
||||
assert!(frontend.contains("pubkey: pubkey === "" ? null : pubkey"));
|
||||
assert!(frontend.contains(r#"pubkey: pubkey === "" ? null : pubkey"#));
|
||||
assert!(frontend.contains("recordsTotalDecimal"));
|
||||
assert!(frontend.contains("recordsFilteredDecimal"));
|
||||
assert!(frontend.contains("data-account-detail"));
|
||||
|
||||
Reference in New Issue
Block a user