From fc29a405e8c210fa62ad4cbe4250617e4b85d6c8 Mon Sep 17 00:00:00 2001 From: silverwind Date: Mon, 14 Aug 2017 00:49:38 +0200 Subject: More tweaks to repo top panel (#2267) * More tweaks to repo top panel * undo hiding of compare button on master * attempt to fix ci issue * another ci attempt --- integrations/pull_create_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integrations/pull_create_test.go') diff --git a/integrations/pull_create_test.go b/integrations/pull_create_test.go index ee7a92ce2c..7db1ce1ecf 100644 --- a/integrations/pull_create_test.go +++ b/integrations/pull_create_test.go @@ -19,7 +19,7 @@ func testPullCreate(t *testing.T, session *TestSession, user, repo, branch strin // Click the little green button to create a pull htmlDoc := NewHTMLParser(t, resp.Body) - link, exists := htmlDoc.doc.Find("button.ui.green.small.button").Parent().Attr("href") + link, exists := htmlDoc.doc.Find("button.ui.green.tiny.compact.button").Parent().Attr("href") assert.True(t, exists, "The template has changed") if branch != "master" { link = strings.Replace(link, ":master", ":"+branch, 1) -- cgit v1.2.3