1 |
efrain |
1 |
@tool @tool_opcache @javascript
|
|
|
2 |
Feature: Using the admin tool opcache plugin
|
|
|
3 |
In order to show the opcache management
|
|
|
4 |
As admin
|
|
|
5 |
I need to be able open the opcache manangement page
|
|
|
6 |
|
|
|
7 |
Scenario: Calling the opcache management page
|
|
|
8 |
When I log in as "admin"
|
|
|
9 |
And I navigate to "Server > Opcache management" in site administration
|
|
|
10 |
Then I should see "Overview" in the ".opcache-gui .nav-tab-list" "css_element"
|
|
|
11 |
And I should see "memory" in the ".opcache-gui #counts" "css_element"
|
|
|
12 |
And I should see "hit rate" in the ".opcache-gui #counts" "css_element"
|
|
|
13 |
And I should see "keys" in the ".opcache-gui #counts" "css_element"
|
|
|
14 |
And I should see "opcache statistics" in the ".opcache-gui #counts" "css_element"
|