fix pull view ui merge section (#7335)

* fix pull view ui merge section

* fix tests

* fix tests
This commit is contained in:
Lunny Xiao 2019-07-01 12:08:43 +08:00 committed by techknowlogick
parent 9c6af9d2bb
commit 1772c6b94d
2 changed files with 2 additions and 2 deletions

View file

@ -159,7 +159,7 @@ func TestCantMergeWorkInProgress(t *testing.T) {
req := NewRequest(t, "GET", resp.Header().Get("Location"))
resp = session.MakeRequest(t, req, http.StatusOK)
htmlDoc := NewHTMLParser(t, resp.Body)
text := strings.TrimSpace(htmlDoc.doc.Find(".merge-section.segment > .text.grey").Text())
text := strings.TrimSpace(htmlDoc.doc.Find(".attached.header > .text.grey").Last().Text())
assert.NotEmpty(t, text, "Can't find WIP text")
// remove <strong /> from lang