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

This commit is contained in:
Luke "Jared" Bennett 2017-06-27 15:41:56 +00:00 committed by Annabel Dunstone Gray
parent ccf034d62c
commit e2ea3e5c84
2 changed files with 2 additions and 1 deletions

View File

@ -473,7 +473,7 @@ ul.notes {
}
.more-actions {
display: inline;
display: inline-block;
.tooltip {
white-space: nowrap;

View File

@ -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