ui_migration feature(unitesting) modifying vitest config and spec, add test id flags to component

This commit is contained in:
Antonio Anaya 2026-05-14 22:07:38 -06:00
parent c7d16fa43f
commit 9968978a7b
3 changed files with 90 additions and 28 deletions

View file

@ -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>