完成50%
This commit is contained in:
@@ -134,7 +134,7 @@ const stressApplications = async (send, size) => {
|
||||
|
||||
const stressMedia = async (send, size) => {
|
||||
await setSize(send, size)
|
||||
await open(send, '/pages/family/f09-media-upload', '', '.media-upload-state--initial')
|
||||
await open(send, '/pages/family/f09-media-upload', '?genealogyId=1001&albumId=201', '.media-upload-state--initial')
|
||||
await valueOf(send, "document.querySelector('.media-primary-action')?.click()")
|
||||
await waitFor(send, "document.querySelectorAll('.media-photo-tile').length === 4", 'F09 selected media did not render')
|
||||
assert(await valueOf(send, `(() => {
|
||||
|
||||
Reference in New Issue
Block a user