Skip to content
Snippets Groups Projects

Add feature spec for delete note action

1 unresolved thread
@@ -84,7 +84,7 @@ def set_comment
@@ -84,7 +84,7 @@ def set_comment
wait_for_requests
wait_for_requests
page.within('.timeline-entry:nth-child(2)') do
page.within('.timeline-entry:last-child') do
expect(page).to have_selector('[data-testid="work-item-note-actions"]')
expect(page).to have_selector('[data-testid="work-item-note-actions"]')
find('[data-testid="work-item-note-actions"]').click
find('[data-testid="work-item-note-actions"]').click
Loading