Fixed and simplified tests
Gave buttons IDs for ease of access, fixed `fit-to` testing to better reflect purpose, and fixed occasional timing error in `testSkipFrame` caused by call overlap
This commit is contained in:
parent
019f61fda1
commit
5283e234a1
4 changed files with 16 additions and 16 deletions
|
|
@ -970,7 +970,7 @@ class View extends React.Component {
|
|||
<label className="control-label" htmlFor="config">{_("Configuration")}</label>
|
||||
</td>
|
||||
<td className="top">
|
||||
<button className="btn btn-default" onClick={this.openConfig}><i className="fa fa-cog" aria-hidden="true" /></button>
|
||||
<button id="btn-config" className="btn btn-default" onClick={this.openConfig}><i className="fa fa-cog" aria-hidden="true" /></button>
|
||||
</td>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue