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
|
|
@ -321,7 +321,7 @@ class Config extends React.Component {
|
|||
</tr>
|
||||
<tr>
|
||||
<td className="top">
|
||||
<button className="btn btn-default" type="submit">Save</button>
|
||||
<button id="btn-save-tlog-conf" className="btn btn-default" type="submit">Save</button>
|
||||
</td>
|
||||
<td>
|
||||
<span style={{display: this.state.submitting}}>Saving...</span>
|
||||
|
|
@ -461,7 +461,7 @@ class SssdConfig extends React.Component {
|
|||
</tr>
|
||||
}
|
||||
<tr>
|
||||
<td><button className="btn btn-default" type="submit">Save</button></td>
|
||||
<td><button id="btn-save-sssd-conf" className="btn btn-default" type="submit">Save</button></td>
|
||||
<td>
|
||||
<span style={{display: this.state.submitting}}>Saving...</span>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue