2575-image_download #448
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#448
Loading…
Reference in New Issue
No description provided.
Delete Branch "2575-image_download"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +8,4 @@
const userId = 9;
const image = await app.models.Image.download(collection, size, userId);
expect(image[1]).toEqual('image/png');
expect(contentType).toEqual....
2575-image_downloadto WIP: 2575-image_download@ -0,0 +11,4 @@
expect(image[1]).toEqual('image/png');
});
it(`should return false if the user don't have image`, async() => {
doesn't
@ -3,3 +3,3 @@
globalItems: {
applicationsMenuButton: '#apps',
userMenuButton: '#user',
userMenuButton: 'div.side.end img',
please add the id to the element.
@ -35,2 +34,2 @@
id="user"
icon="account_circle"
<button class="buttonAccount">
<img
please add the id to the element.
WIP: 2575-image_downloadto 2575-image_download2575-image_downloadto WIP: 2575-image_downloadWIP: 2575-image_downloadto 2575-image_downloadLGTM