Skip to content

Commit 2652f2f

Browse files
committed
Fix tests.
1 parent bdc1317 commit 2652f2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kord-web/tests/web.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,5 @@ async fn test_listen_page_loads() {
166166
// Check that result sections render (even if empty initially)
167167
let results = document.query_selector_all(".kord-listen__results");
168168
assert!(results.is_ok(), "Results sections should be queryable");
169-
assert_eq!(results.unwrap().length(), 3, "Should have 3 results sections (pitches, notes, chords)");
169+
assert_eq!(results.unwrap().length(), 4, "Should have 4 results sections (pitches, frequency space, notes, chords)");
170170
}

0 commit comments

Comments
 (0)