Fixed tests for issue boards & diff note resolving
This commit is contained in:
parent
6dbca36490
commit
c095b04b9a
2 changed files with 2 additions and 2 deletions
|
@ -30,6 +30,8 @@
|
|||
});
|
||||
});
|
||||
|
||||
Store.state.lists = _.sortBy(Store.state.lists, 'position');
|
||||
|
||||
// Save the labels
|
||||
gl.boardService.generateDefaultLists()
|
||||
.then((resp) => {
|
||||
|
|
|
@ -69,8 +69,6 @@ feature 'Diff notes resolve', feature: true, js: true do
|
|||
|
||||
page.within '.diff-content .note' do
|
||||
expect(page).to have_selector('.line-resolve-btn.is-active')
|
||||
|
||||
expect(find('.line-resolve-btn')['data-original-title']).to eq("Resolved by #{user.name}")
|
||||
end
|
||||
|
||||
page.within '.line-resolve-all-container' do
|
||||
|
|
Loading…
Reference in a new issue