Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try: fix end 2 end inline tokens test (#12459)
The adding-inline-tokens.test.js test was failing on Travis, instead of an image upload being successful we got an error reporting that no permissions exist. This commit uses 2 commands on the docker container to do the following actions: Create an uploads folder inside wp-content. Change the folder permissions to 766. 766 was chosen because according to the hierarchy we should follow when trying to fix permission problems available in https://codex.wordpress.org/Changing_File_Permissions is the most adequate value. The value bellow it (765) does not work.
- Loading branch information