a13xh7 / QaraTMS

QaraTMS is open source test case, test suites, test plans and test runs management tool.
MIT License
62 stars 19 forks source link

Refactor base layout and navs #44

Closed ENG3PLabs closed 2 weeks ago

ENG3PLabs commented 2 weeks ago

This is a redo of #42 which broke unit tests.

It now contains updated tests that successfully ran on my machine. If there is an issue with the test, it may be because the autoloader needs to regenerate its resources. To do this I ran composer dump-autoload. Additionally I ran php artisan cache:clear. Not quite sure what command fixed the issue when running the tests.

This PR does not break the create/edit buttons.

a13xh7 commented 2 weeks ago

Will test it later today.