Skip to content

Commit

Permalink
try :last-child selector
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr committed Dec 18, 2023
1 parent db9ff07 commit fbb0042
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const meta: Meta<typeof ToastContent> = {
testOptions: {
include3000: true,
waitForLoadersToDisappear: false,
snapshotTargetSelector: '.Toastify__toast-container',
snapshotTargetSelector: '.Toastify__toast-container:last-child',
},
},
}
Expand Down

0 comments on commit fbb0042

Please sign in to comment.