Merge branch 'app-8-11'
This commit is contained in:
@@ -31,7 +31,8 @@ def render() -> list[Path]:
|
||||
output.mkdir(parents=True, exist_ok=True)
|
||||
paths: list[Path] = []
|
||||
|
||||
for width, height in ((1024, 640), (1440, 900)):
|
||||
# Keep the two regression sizes and add a full-HD deliverable for design review.
|
||||
for width, height in ((1024, 640), (1440, 900), (1920, 1080)):
|
||||
repository = DemoDoctorRepository()
|
||||
session = repository.login(
|
||||
repository.DEMO_ACCOUNT,
|
||||
|
||||
Reference in New Issue
Block a user