Skip to content

Commit

Permalink
fix(puppets): update apple specs selector
Browse files Browse the repository at this point in the history
  • Loading branch information
workeffortwaste authored and onderceylan committed May 10, 2023
1 parent aadbb9b commit 8f00387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/puppets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const getAppleSplashScreenData = async (
return Array.from(
document
.querySelectorAll(
'#device-screen-sizes-and-orientations + table',
'#Device-screen-sizes-and-orientations + .table-wrapper > table',
)?.[0]
.querySelectorAll('tbody tr'),
).map((tr) => {
Expand Down

0 comments on commit 8f00387

Please sign in to comment.