Skip to content

Commit

Permalink
DEV: tests - views: participantsSharePanel
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Nov 15, 2017
1 parent 10d931b commit 623c3d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions application/views/admin/participants/sharePanel_view.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<?php
/* @var $this AdminController */

// DO NOT REMOVE This is for automated testing to validate we see that page
echo viewHelper::getViewTestTag('participantsSharePanel');

?>
<div class="col-lg-12 list-surveys">
<h3><?php eT("Share panel"); ?> </h3>
<div class="row" style="margin-bottom: 100px">
Expand Down
1 change: 1 addition & 0 deletions tests/data/views/adminParticipantsViews.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
['importParticipants', ['route'=>'participants/sa/importCSV']],
['participantsBlacklistControl', ['route'=>'participants/sa/blacklistControl']],
['participantsAttributeControl', ['route'=>'participants/sa/attributeControl']],
['participantsSharePanel', ['route'=>'participants/sa/sharePanel']],


];

0 comments on commit 623c3d1

Please sign in to comment.