2576 - Photo upload component #470

Merged
carlosjr merged 11 commits from 2576-photo_uploader into dev 2020-12-21 09:55:54 +00:00
2 changed files with 9 additions and 1 deletions
Showing only changes of commit d7dde7e4eb - Show all commits

View File

@ -38,7 +38,7 @@ describe('Travel thermograph path', () => {
it('should select the file to upload', async() => {
let currentDir = process.cwd();
let filePath = `${currentDir}/e2e/dms/ecc/3.jpeg`;
let filePath = `${currentDir}/storage/dms/ecc/3.jpeg`;
const [fileChooser] = await Promise.all([
page.waitForFileChooser(),

View File

@ -28,4 +28,12 @@
height: 40px;
padding: $spacing-md;
}
vn-input-file {
max-width: 256px;
div.control {
overflow: hidden
}
}
}