test(assets): add E2E tests for sort functionality

This commit is contained in:
dante01yoon
2026-04-01 09:13:11 +09:00
parent 515f234143
commit 6f62f87a0b
2 changed files with 119 additions and 0 deletions

View File

@@ -227,6 +227,14 @@ export class AssetsSidebarTab extends SidebarTab {
return this.page.getByText('Oldest first')
}
get sortLongestFirst() {
return this.page.getByText('Generation time (longest first)')
}
get sortFastestFirst() {
return this.page.getByText('Generation time (fastest first)')
}
// --- Asset cards ---
get assetCards() {