Fix possible CI errors regarding browser user data isolation and fixed a system test case #42
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Πρόσθεσα το browser-actions/setup-chrome@v1 action επειδή εν τέλει το Selenium (το οποίο χρησιμοποιείται για τα system tests) χρειάζεται ένα proprietary Chrome binary μαζί με το ανίστοιχο ChromeDriver τα οποία δεν είναι εγκατεστημένα σε όλα τα act runners του GitHub. Σε μερικές περιπτώσεις όμως μπορεί τα user data να χρησιμοποιούνται από 2 tests ταυτόχρονα και να δημιουργήσει το συγκεκρειμένο error:
dirconfict.txt για ολόκληρο το logfile.
Για αυτό πρόσθεσα:
για να χρησιμοποιηθεί ένα τυχαίο user data directory σε κάθε ξεχωριστό test run.
Επιπλέον σχεδόν όλα τα system tests κάνανε fail όπως φαίνεται από πρηγούμενα CI runs.
Μπόρεσα να φτιάξω το visiting the index system test απλά τοποθετώντας ένα post class στο
_post.html.erb
Τα νέα logs: logs.txt
Τώρα όλα τα system tests πρέπει να κάνουν inherit από το
ActionDispatch::SystemTestCase
αντί γιαApplicationSystemTestCase
στο προηγούμενα iterations.