ui_migration feature(unitesting) modifying vitest config and spec, add test id flags to component
This commit is contained in:
parent
c7d16fa43f
commit
9968978a7b
3 changed files with 90 additions and 28 deletions
|
|
@ -17,6 +17,7 @@
|
|||
class="uk-button uk-button-default uk-width-1-1"
|
||||
type="button"
|
||||
@click="updateLogs()"
|
||||
data-test-id="update-btn"
|
||||
>
|
||||
Refresh Logs
|
||||
</button>
|
||||
|
|
@ -27,6 +28,7 @@
|
|||
:url="logFileURI"
|
||||
button-label="Download Log File"
|
||||
:button-primary="false"
|
||||
data-test-id="download-btn"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue