Skip to content

Commit

Permalink
Fix element name
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Jul 25, 2023
1 parent 29aff07 commit 629d066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/define_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
po_module.define do
page(:test) do
has_one :heading, "heading" do
has_one :title, "h1"
has_one :page_title, "h1"
has_one :nav, "nav" do
has_many :links, "a"
end
Expand Down

0 comments on commit 629d066

Please sign in to comment.