We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc1317 commit 2652f2fCopy full SHA for 2652f2f
1 file changed
kord-web/tests/web.rs
@@ -166,5 +166,5 @@ async fn test_listen_page_loads() {
166
// Check that result sections render (even if empty initially)
167
let results = document.query_selector_all(".kord-listen__results");
168
assert!(results.is_ok(), "Results sections should be queryable");
169
- assert_eq!(results.unwrap().length(), 3, "Should have 3 results sections (pitches, notes, chords)");
+ assert_eq!(results.unwrap().length(), 4, "Should have 4 results sections (pitches, frequency space, notes, chords)");
170
}
0 commit comments