Skip to content

Commit

Permalink
Change global menu spec
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Dec 2, 2024
1 parent 39a46f0 commit 4ea6130
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
expect(page).to have_current_path("/meetings")
end

specify '"Upcoming invitations" is the default filter set' do
specify '"My meetings" is the default filter set' do
within "#main-menu" do
expect(page).to have_css(".selected", text: I18n.t(:label_upcoming_invitations))
expect(page).to have_css(".selected", text: "My meetings")
end
end
end
Expand Down

0 comments on commit 4ea6130

Please sign in to comment.