Skip to content
Snippets Groups Projects
Commit b121d5cc authored by Eugenia Grieff's avatar Eugenia Grieff :two:
Browse files

Fix flaky work item notes actions test

Changelog: fixed
parent 5540905d
No related branches found
No related tags found
2 merge requests!123643Fix flaky test spec/features/projects/work_items/work_item_spec.rb:42,!119439Draft: Prevent file variable content expansion in downstream pipeline
......@@ -80,10 +80,13 @@ def set_comment
it 'shows work item note actions' do
set_comment
click_button "Comment"
send_keys([modifier_key, :enter])
wait_for_requests
page.within(".main-notes-list") do
expect(page).to have_content comment
end
page.within('.timeline-entry.note.note-wrapper.note-comment:last-child') do
expect(page).to have_selector('[data-testid="work-item-note-actions"]')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment