File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ workflows:
210210 requires : [ "Build Tests" ]
211211 # Always run UI tests on develop and release branches
212212 - UI Tests :
213- name : UI Tests (iPhone 11 )
213+ name : UI Tests (iPhone)
214214 << : *iphone_test_device
215215 post-to-slack : true
216216 requires : [ "Build Tests" ]
@@ -220,7 +220,7 @@ workflows:
220220 - develop
221221 - /^release.*/
222222 - UI Tests :
223- name : UI Tests (iPad Air 4th generation )
223+ name : UI Tests (iPad)
224224 << : *ipad_test_device
225225 post-to-slack : true
226226 requires : [ "Build Tests" ]
@@ -243,11 +243,11 @@ workflows:
243243 << : *iphone_test_device
244244 requires : [ "Hold" ]
245245 - UI Tests :
246- name : Optional UI Tests (iPhone 11 )
246+ name : Optional UI Tests (iPhone)
247247 << : *iphone_test_device
248248 requires : [ "Build Tests" ]
249249 - UI Tests :
250- name : Optional UI Tests (iPad Air 4th generation )
250+ name : Optional UI Tests (iPad)
251251 << : *ipad_test_device
252252 requires : [ "Build Tests" ]
253253 Installable Build :
You can’t perform that action at this time.
0 commit comments