New Web IDE Spec - upload_new_file_in_web_ide_spec.rb
A rewrite of upload_new_file_in_web_ide_spec.rb for the new vscode WebIDE.
To see the new IDE - turn on the feature flag via Rails console: bundle exec rails console
:
Then
Feature.enable(:vscode_web_ide)
Go to any project and click on WebIDE
Notes:
- To access the Upload, you'll need to right click the File Explorer View on the left side.
Experimenting via: !104011 (closed)
Edited by Jason Zhang