[Sprint/KiltedKoala](feat): Added in comment-tree e2e tests #1635
Closes #1635 (closed)
Took longer than initially anticipated, decided to make sure the voting works while I was in here.
Note indexes for the functions at ln:29 all equal 2 because that is the position we need for the top element on the comment tree, but the framework is there to grab 2nd, 3rd commments in a clean way.
GitLabs pipeline formatting is screwed up at the moment, and everything outputs on a new line. To make output readable, run
var style = document.createElement('style');
style.innerHTML = '.build-page .section-header ~ .section.line {margin-left: 0px !important; display: inline !important;}';
var ref = document.querySelector('script');
ref.parentNode.insertBefore(style, ref);
In browser console on the page.
Edited by Ben
Merge request reports
Activity
changed title from Added in comment-tree e2e tests #1635 (closed) to {+Sprint/KiltedKoala: +}Added in comment-tree e2e tests #1635 (closed)
added 3 commits
-
bdd6f9be...6d942fb6 - 2 commits from branch
master
- 58a70ee1 - Merge branch 'master' into feat/comment-tree-e2e-1635
-
bdd6f9be...6d942fb6 - 2 commits from branch
mentioned in commit c55bb642
Please register or sign in to reply