Resolve "Unable to access edit comment from dropdown menu in certain screen sizes"
This commit is contained in:
parent
ccf034d62c
commit
e2ea3e5c84
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue