summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorat.ramya <rauthappan@gitlab.com>2019-01-03 15:48:55 +0530
committerat.ramya <rauthappan@gitlab.com>2019-01-03 15:48:55 +0530
commit46f3bb56cc1977ed5c5f9151207c0c07084120d7 (patch)
treeed8f8731f38966733cd1e079ee7ccd7e58a999da
parentea5349d1ae4104057e9dcab1af7b440dff60579e (diff)
downloadgitlab-ce-qa-issue-boards-e2e-tests.tar.gz
removing extra commaqa-issue-boards-e2e-tests
-rw-r--r--app/views/shared/boards/components/_board.html.haml2
-rw-r--r--qa/qa/page/project/issue_board/show.rb1
2 files changed, 1 insertions, 2 deletions
diff --git a/app/views/shared/boards/components/_board.html.haml b/app/views/shared/boards/components/_board.html.haml
index 6b1462048cc..3e12feb65ca 100644
--- a/app/views/shared/boards/components/_board.html.haml
+++ b/app/views/shared/boards/components/_board.html.haml
@@ -1,4 +1,4 @@
-.board{ ":class" => '{ "is-draggable": !list.preset, "is-expandable": list.isExpandable, "is-collapsed": !list.isExpanded, "board-type-assignee": list.type === "assignee", }',
+.board{ ":class" => '{ "is-draggable": !list.preset, "is-expandable": list.isExpandable, "is-collapsed": !list.isExpanded, "board-type-assignee": list.type === "assignee" }',
":data-id" => "list.id" }
.board-inner.qa-issue-board
%header.board-header{ ":class" => '{ "has-border": list.label && list.label.color }', ":style" => "{ borderTopColor: (list.label && list.label.color ? list.label.color : null) }", "@click" => "toggleExpanded($event)" }
diff --git a/qa/qa/page/project/issue_board/show.rb b/qa/qa/page/project/issue_board/show.rb
index 65ce550059e..d3c1735da24 100644
--- a/qa/qa/page/project/issue_board/show.rb
+++ b/qa/qa/page/project/issue_board/show.rb
@@ -27,7 +27,6 @@ module QA
end
def create_default_lists
- sleep 10
click_element :default_lists_button
end