2575-image_download #448

Merged
joan merged 14 commits from 2575-image_download into dev 2020-11-18 10:36:17 +00:00
Contributor
No description provided.
carlosjr requested changes 2020-11-10 11:38:16 +00:00
@ -0,0 +8,4 @@
const userId = 9;
const image = await app.models.Image.download(collection, size, userId);
expect(image[1]).toEqual('image/png');
Contributor

expect(contentType).toEqual....

expect(contentType).toEqual....
bernat marked this conversation as resolved
bernat changed title from 2575-image_download to WIP: 2575-image_download 2020-11-10 12:36:38 +00:00
carlosjr requested changes 2020-11-10 12:36:39 +00:00
@ -0,0 +11,4 @@
expect(image[1]).toEqual('image/png');
});
it(`should return false if the user don't have image`, async() => {
Contributor

doesn't

doesn't
bernat marked this conversation as resolved
@ -3,3 +3,3 @@
globalItems: {
applicationsMenuButton: '#apps',
userMenuButton: '#user',
userMenuButton: 'div.side.end img',
Contributor

please add the id to the element.

please add the id to the element.
bernat marked this conversation as resolved
@ -35,2 +34,2 @@
id="user"
icon="account_circle"
<button class="buttonAccount">
<img
Contributor

please add the id to the element.

please add the id to the element.
bernat marked this conversation as resolved
bernat changed title from WIP: 2575-image_download to 2575-image_download 2020-11-12 07:03:08 +00:00
bernat changed title from 2575-image_download to WIP: 2575-image_download 2020-11-12 07:09:21 +00:00
bernat changed title from WIP: 2575-image_download to 2575-image_download 2020-11-12 07:51:23 +00:00
joan approved these changes 2020-11-18 10:25:00 +00:00
joan left a comment
Contributor

LGTM

LGTM
joan merged commit 247ccc6ddc into dev 2020-11-18 10:36:17 +00:00
joan deleted branch 2575-image_download 2020-11-18 10:36:22 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix#448
No description provided.