Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Mark the "when viewing a journal post handles non existent journal he…
…ader" test as skipped, as this is a known and reported FA bug
  • Loading branch information
Deer-Spangle committed Dec 11, 2025
commit 889c88e0a995e5bd5aed1e8128c08ae3012004f0
1 change: 1 addition & 0 deletions tests/integration/fa_parsing_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,7 @@
end

it "handles non existent journal header" do
skip "Skipped: Current [2025-12-11] FA bug prevents footer from showing if header is unset"
journal_id = "9185944"
journal = @fa.journal(journal_id)
expect(journal[:title]).to eql("Testing journals")
Expand Down
Loading