Wiki UI doesn't prevent concurrent editing
If two users are editing the same wiki page at the same time and both hit save then one user's changes will overwrite the other's changes. No data is lost because the wiki is just a git repo, but it does mean that who ever clicks save last "wins" and the other user's changes are stuck back in the page history.
Instead of this behavior it should notify the user who saves last that the page has changed since editing began and give them a chance to merge their version of the page with the new version. Because the wiki is just a git repository the change in version is really easy to detect. A nice UI for merging the disparate versions of the pages is probably more work, but it can't be too difficult given all of the other nice UI features in GitLab for diffing code.
This occurs on version 7.11.2.