Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Mobile
Project
Project
Details
Activity
Releases
Dependency List
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
130
Issues
130
List
Boards
Labels
Service Desk
Milestones
Merge Requests
14
Merge Requests
14
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
2647d774
Commit
2647d774
authored
11 minutes ago
by
Martin Santangelo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(fix) failing to upload image browserstack
parent
2a71b2b1
feat/fix-e2e-tests
1 merge request
!289
[Sprint/KiltedKoala] (fix) e2e tests errors
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
attachPostGalleryImage.js
__e2e__/actions/attachPostGalleryImage.js
+1
-1
CaptureGallery.js
src/capture/CaptureGallery.js
+1
-1
No files found.
__e2e__/actions/attachPostGalleryImage.js
View file @
2647d774
...
...
@@ -3,7 +3,7 @@ import sleep from '../../src/common/helpers/sleep';
export
default
async
(
driver
)
=>
{
// select first image
const
firstImage
=
await
driver
.
waitForElementByAccessibilityId
(
'
Gallery
Image 0
'
,
wd
.
asserters
.
isDisplayed
,
5000
);
const
firstImage
=
await
driver
.
waitForElementByAccessibilityId
(
'
Gallery
image/jpeg
'
,
wd
.
asserters
.
isDisplayed
,
5000
);
await
firstImage
.
click
();
await
sleep
(
3000
);
...
...
This diff is collapsed.
Click to expand it.
src/capture/CaptureGallery.js
View file @
2647d774
...
...
@@ -132,7 +132,7 @@ export default class CaptureGallery extends PureComponent {
})
}
}
{...
testID
(
`Gallery
Image
${
index
}
`
)}
{...
testID
(
`Gallery
${
node
.
type
}
`
)}
>
<
Image
source
=
{{
uri
:
node
.
image
.
uri
}}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment