test: fix test

This commit is contained in:
Nolan Lawson 2021-04-11 10:28:05 -07:00
parent 2e8d360501
commit aba58bb79c
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ export const composePollAddButton = $('.compose-poll button:last-of-type')
export const composeMediaSensitiveCheckbox = $('.compose-media-sensitive input')
export const postPrivacyDialogButtonUnlisted = $('[aria-label="Post privacy dialog"] li:nth-child(2) button')
export const postPrivacyDialogButtonUnlisted = $('[aria-label="Post privacy"] li:nth-child(2) button')
export const accountProfileFilterStatuses = $('.account-profile-filters li:nth-child(1)')
export const accountProfileFilterStatusesAndReplies = $('.account-profile-filters li:nth-child(2)')