add Google Drive replace option

This commit is contained in:
Alex Turchyn
2026-06-04 00:35:04 +03:00
committed by Pete Matsyburka
parent a89aef4a89
commit da21c37254
8 changed files with 351 additions and 145 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ RSpec.describe 'Template Builder' do
expect do
doc.find('.replace-document-button').click
doc.find('.replace-document-button input[type="file"]', visible: false)
doc.find('.replace-document-control input[type="file"]', visible: false)
.attach_file(Rails.root.join('spec/fixtures/sample-image.png'))
page.driver.wait_for_network_idle