Bruno P. Kinoshita

Results 351 comments of Bruno P. Kinoshita

`form-group` was dropped in 5.2. ![image](https://user-images.githubusercontent.com/304786/170851205-71d95ade-a7d5-4786-a449-a5cc50ffbd17.png)

Now pending just the table element. It's the most elaborate from the ones we used, so this one might take a bit longer.

Finished with `b-table`, missing now just the Pagination component, and some testing. I fixed one Vue reactivity issue in the query page. Will have to confirm, but it may be...

All of the BootstrapVue components have been converted. Now just missing - [x] remove the b-table from the upload view, use the new table component - [x] remove any left-over...

This should be now working without Bootstrap Vue (blocker for Vue 3), and with the vanilla Bootstrap 5.2 CSS. I will keep working on and off to add more tests,...

Managed to add e2e tests today too. They run similar to Selenium, but due to the way Cypress works, tests are less brittle. Running the e2e tests will download some...

@ramsel1508, my last commit contains an e2e test for your issue #1443. Hopefully that will prevent this issue from happening again :+1: Thanks for reporting and for the patience! -Bruno

Rebased. Then re-ran `yarn install`. Unit tests, and e2e tests both have passed successfully :-) Closed the superseded issue for e2e tests, and linked this one in JIRA as well.

Started migrating the app to Vue3 to save time (not committing anything here, will stash / create a diff). Only blocker so far: https://github.com/vuejs/router/issues/454 Other than that, got the app...

Shouldn't be hard to address these two issues. Will update it over the next days. Thanks @afs !