File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010$ current_user = $ request_context ->getUser ();
1111$ is_paid = !is_null ($ current_user ) ? $ current_user ->isPaid () : false ;
1212$ is_logged_in = Util::getSetting ('cp_auth ' ) && (!is_null ($ request_context ->getClient ()) && $ request_context ->getClient ()->isAuthenticated ());
13- $ remaining_runs = (isset ($ request_context ) && !is_null ($ request_context ->getUser ())) ? $ request_context ->getUser ()->getRemainingRuns () : 150 ;
13+ $ remaining_runs = (isset ($ request_context ) && !is_null ($ request_context ->getUser ())) ? $ request_context ->getUser ()->getRemainingRuns () : 0 ;
1414$ hasNoRunsLeft = $ is_logged_in ? (int )$ remaining_runs <= 0 : false ;
1515
1616$ headless = false ;
Original file line number Diff line number Diff line change 115115 <tbody>
116116 <tr>
117117 <th scope="col">Monthly Test Runs</th>
118- <td>150 </td>
118+ <td>300 </td>
119119 <td>As per plan</td>
120120 <td>As per contract</td>
121121 </tr>
271271
272272 <tr>
273273 <th scope="col">Test History</th>
274- <td>60 days </td>
274+ <td>13 Months </td>
275275 <td>13 Months</td>
276276 <td>Up to 7 years</td>
277277 </tr>
Original file line number Diff line number Diff line change 9999 </tr>
100100 <tr>
101101 <th scope="col">Monthly Test Runs</th>
102- <td>150 </td>
102+ <td>300 </td>
103103 <td>As per plan</td>
104104 <td>As per contract</td>
105105 </tr>
255255
256256 <tr>
257257 <th scope="col">Test History</th>
258- <td>60 days </td>
258+ <td>13 Months </td>
259259 <td>13 Months</td>
260260 <td>Up to 7 years</td>
261261 </tr>
Original file line number Diff line number Diff line change 1111$ current_user = $ request_context ->getUser ();
1212$ is_paid = !is_null ($ current_user ) ? $ current_user ->isPaid () : false ;
1313$ is_logged_in = Util::getSetting ('cp_auth ' ) && (!is_null ($ request_context ->getClient ()) && $ request_context ->getClient ()->isAuthenticated ());
14- $ remaining_runs = (isset ($ request_context ) && !is_null ($ request_context ->getUser ())) ? $ request_context ->getUser ()->getRemainingRuns () : 150 ;
14+ $ remaining_runs = (isset ($ request_context ) && !is_null ($ request_context ->getUser ())) ? $ request_context ->getUser ()->getRemainingRuns () : 0 ;
1515$ hasNoRunsLeft = $ is_logged_in ? (int )$ remaining_runs <= 0 : false ;
1616
1717
You can’t perform that action at this time.
0 commit comments