projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[TASK] Check if clear cache module is not visible for editor
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
core
/
Tests
/
Acceptance
/
Support
/
Helper
/
Topbar.php
diff --git
a/typo3/sysext/core/Tests/Acceptance/Support/Helper/Topbar.php
b/typo3/sysext/core/Tests/Acceptance/Support/Helper/Topbar.php
index
e3af471
..
4a38aa1
100644
(file)
--- a/
typo3/sysext/core/Tests/Acceptance/Support/Helper/Topbar.php
+++ b/
typo3/sysext/core/Tests/Acceptance/Support/Helper/Topbar.php
@@
-19,6
+19,13
@@
namespace TYPO3\CMS\Core\Tests\Acceptance\Support\Helper;
*/
class Topbar
{
+ /**
+ * Selector for the topbar container
+ *
+ * @var string
+ */
+ public static $containerSelector = '#typo3-top-container';
+
/**
* Selector for the dropdown container
*