提交 85dbefe8 编写于 作者: A Annabel Dunstone Gray

Merge branch...

Merge branch '34115-unable-to-access-edit-comment-from-dropdown-menu-in-certain-screen-sizes' into 'master'

Resolve "Unable to access edit comment from dropdown menu in certain screen sizes"

Closes #34115

See merge request !12421
......@@ -473,7 +473,7 @@ ul.notes {
}
.more-actions {
display: inline;
display: inline-block;
.tooltip {
white-space: nowrap;
......
......@@ -33,6 +33,7 @@ describe 'Comments on personal snippets', :js, feature: true do
expect(page).to have_selector('.note-emoji-button')
end
find('body').click # close dropdown
open_more_actions_dropdown(snippet_notes[1])
page.within("#notes-list li#note_#{snippet_notes[1].id}") do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册