Skip to content

Commit

Permalink
advanced navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
mobile-bungalow committed Jan 9, 2025
1 parent 07be329 commit a62e5c9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/core/src/client/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,7 @@ async fn test_back_and_forward_navigation() {
</VStack>"#;
assert_doc_eq!(expected, doc.to_string());

// Test forward navigation
assert!(client
.can_go_forward()
.expect("Failed to check forward navigation"));
assert!(client.can_go_forward(), "Forward navigation impossible");
client
.forward(None)
.await
Expand Down

0 comments on commit a62e5c9

Please sign in to comment.