Add "More" to the sidebar menu with links to mutes, blocks, and so on (#34987)

This commit is contained in:
Eugen Rochko 2025-06-11 18:12:04 +02:00 committed by GitHub
parent 9896bed85f
commit f53bb4cd7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 151 additions and 157 deletions

View file

@ -32,8 +32,8 @@ RSpec.describe 'Log out' do
expect(page)
.to have_css('body', class: 'app-body')
within '.navigation-bar' do
click_on 'Menu'
within '.navigation-panel' do
click_on 'More'
end
within '.dropdown-menu' do