2018-03-09 16:45:12 +00:00
|
|
|
import {
|
2018-03-30 09:06:17 +01:00
|
|
|
composeInput,
|
2018-04-08 21:42:31 +01:00
|
|
|
getNthComposeReplyInput, getNthPostPrivacyButton, getNthPostPrivacyOptionInDialog, getNthReplyButton,
|
|
|
|
getNthReplyContentWarningButton,
|
|
|
|
getNthReplyContentWarningInput, getNthReplyPostPrivacyButton,
|
|
|
|
getNthStatus, getUrl, homeNavButton, notificationsNavButton, scrollToStatus
|
2018-03-09 16:45:12 +00:00
|
|
|
} from '../utils'
|
2018-05-26 21:51:41 +01:00
|
|
|
import { loginAsFoobar } from '../roles'
|
2018-11-12 20:59:47 +00:00
|
|
|
import { homeTimeline } from '../fixtures'
|
2018-12-11 15:31:48 +00:00
|
|
|
import { indexWhere } from '../../src/routes/_utils/arrays'
|
2018-03-09 16:45:12 +00:00
|
|
|
|
|
|
|
fixture`017-compose-reply.js`
|
|
|
|
.page`http://localhost:4002`
|
|
|
|
|
|
|
|
test('account handle populated correctly for replies', async t => {
|
2018-05-26 21:51:41 +01:00
|
|
|
await loginAsFoobar(t)
|
|
|
|
await t
|
2018-03-09 16:45:12 +00:00
|
|
|
.click(getNthReplyButton(0))
|
2018-03-30 09:06:17 +01:00
|
|
|
.expect(getNthComposeReplyInput(0).value).eql('@quux ')
|
2018-08-30 05:42:57 +01:00
|
|
|
.typeText(getNthComposeReplyInput(0), 'hello quux', { paste: true })
|
2018-03-30 09:06:17 +01:00
|
|
|
.expect(getNthComposeReplyInput(0).value).eql('@quux hello quux')
|
|
|
|
.click(notificationsNavButton)
|
|
|
|
.expect(getUrl()).contains('/notifications')
|
|
|
|
.click(homeNavButton)
|
|
|
|
.expect(getUrl()).notContains('/notifications')
|
|
|
|
.expect(getNthComposeReplyInput(0).value).eql('@quux hello quux')
|
2018-03-09 16:45:12 +00:00
|
|
|
.expect(composeInput.value).eql('')
|
2018-03-30 09:06:17 +01:00
|
|
|
.hover(getNthStatus(2))
|
2018-03-09 16:45:12 +00:00
|
|
|
.hover(getNthStatus(4))
|
|
|
|
.click(getNthReplyButton(4))
|
2018-03-30 09:06:17 +01:00
|
|
|
.expect(getNthComposeReplyInput(4).value).eql('')
|
2018-03-09 16:45:12 +00:00
|
|
|
})
|
|
|
|
|
2018-03-10 06:31:26 +00:00
|
|
|
test('replying to posts with mentions', async t => {
|
2018-05-26 21:51:41 +01:00
|
|
|
await loginAsFoobar(t)
|
|
|
|
await t
|
2018-03-09 16:45:12 +00:00
|
|
|
.click(getNthReplyButton(1))
|
2018-03-30 09:06:17 +01:00
|
|
|
.expect(getNthComposeReplyInput(1).value).eql('@admin ')
|
2018-03-09 16:45:12 +00:00
|
|
|
.navigateTo('/accounts/4')
|
|
|
|
.click(getNthReplyButton(0))
|
2018-03-30 09:06:17 +01:00
|
|
|
.expect(getNthComposeReplyInput(0).value).eql('@ExternalLinks @admin @quux ')
|
2018-03-09 16:45:12 +00:00
|
|
|
})
|
2018-03-30 18:04:35 +01:00
|
|
|
|
|
|
|
test('replies have same privacy as replied-to status by default', async t => {
|
2018-05-26 21:51:41 +01:00
|
|
|
await loginAsFoobar(t)
|
|
|
|
await t
|
2018-03-30 18:04:35 +01:00
|
|
|
.hover(getNthStatus(0))
|
|
|
|
.hover(getNthStatus(1))
|
|
|
|
.click(getNthReplyButton(1))
|
|
|
|
.expect(getNthPostPrivacyButton(1).getAttribute('aria-label')).eql('Adjust privacy (currently Unlisted)')
|
|
|
|
.click(getNthReplyButton(1))
|
|
|
|
.hover(getNthStatus(2))
|
|
|
|
.click(getNthReplyButton(2))
|
|
|
|
.expect(getNthPostPrivacyButton(2).getAttribute('aria-label')).eql('Adjust privacy (currently Followers-only)')
|
|
|
|
.click(getNthReplyButton(2))
|
|
|
|
.hover(getNthStatus(3))
|
|
|
|
.hover(getNthStatus(4))
|
|
|
|
.hover(getNthStatus(5))
|
2018-11-12 20:59:47 +00:00
|
|
|
.click(getNthReplyButton(5))
|
|
|
|
.expect(getNthPostPrivacyButton(5).getAttribute('aria-label')).eql('Adjust privacy (currently Public)')
|
|
|
|
.click(getNthReplyButton(5))
|
2018-03-30 18:04:35 +01:00
|
|
|
})
|
2018-04-08 21:42:31 +01:00
|
|
|
|
|
|
|
test('replies have same CW as replied-to status', async t => {
|
2018-05-26 21:51:41 +01:00
|
|
|
await loginAsFoobar(t)
|
2018-11-12 20:59:47 +00:00
|
|
|
let kittenIdx = indexWhere(homeTimeline, _ => _.spoiler === 'kitten CW')
|
|
|
|
await scrollToStatus(t, kittenIdx)
|
|
|
|
await t.click(getNthReplyButton(kittenIdx))
|
|
|
|
.expect(getNthReplyContentWarningInput(kittenIdx).value).eql('kitten CW')
|
|
|
|
.click(getNthStatus(kittenIdx))
|
2018-04-08 21:42:31 +01:00
|
|
|
.click(getNthReplyButton(0))
|
|
|
|
.expect(getNthReplyContentWarningInput(0).value).eql('kitten CW')
|
|
|
|
})
|
|
|
|
|
|
|
|
test('replies save deletions of CW', async t => {
|
2018-05-26 21:51:41 +01:00
|
|
|
await loginAsFoobar(t)
|
2018-11-12 20:59:47 +00:00
|
|
|
let kittenIdx = indexWhere(homeTimeline, _ => _.spoiler === 'kitten CW')
|
|
|
|
await scrollToStatus(t, kittenIdx)
|
|
|
|
await t.click(getNthReplyButton(kittenIdx))
|
|
|
|
.expect(getNthReplyContentWarningInput(kittenIdx).value).eql('kitten CW')
|
|
|
|
.click(getNthReplyContentWarningButton(kittenIdx))
|
|
|
|
.expect(getNthReplyContentWarningInput(kittenIdx).exists).notOk()
|
|
|
|
.click(getNthStatus(kittenIdx))
|
2018-04-08 21:42:31 +01:00
|
|
|
.click(getNthReplyButton(0))
|
|
|
|
.expect(getNthReplyContentWarningInput(0).exists).notOk()
|
|
|
|
})
|
|
|
|
|
|
|
|
test('replies save changes to CW', async t => {
|
2018-05-26 21:51:41 +01:00
|
|
|
await loginAsFoobar(t)
|
2018-11-12 20:59:47 +00:00
|
|
|
let kittenIdx = indexWhere(homeTimeline, _ => _.spoiler === 'kitten CW')
|
|
|
|
await scrollToStatus(t, kittenIdx)
|
|
|
|
await t.click(getNthReplyButton(kittenIdx))
|
|
|
|
.expect(getNthReplyContentWarningInput(kittenIdx).value).eql('kitten CW')
|
|
|
|
.typeText(getNthReplyContentWarningInput(kittenIdx), ' yolo', { paste: true })
|
|
|
|
.expect(getNthReplyContentWarningInput(kittenIdx).value).eql('kitten CW yolo')
|
|
|
|
.click(getNthStatus(kittenIdx))
|
2018-04-08 21:42:31 +01:00
|
|
|
.click(getNthReplyButton(0))
|
|
|
|
.expect(getNthReplyContentWarningInput(0).value).eql('kitten CW yolo')
|
|
|
|
})
|
|
|
|
|
|
|
|
test('replies save changes to post privacy', async t => {
|
2018-05-26 21:51:41 +01:00
|
|
|
await loginAsFoobar(t)
|
|
|
|
await t
|
2018-04-08 21:42:31 +01:00
|
|
|
.hover(getNthStatus(0))
|
|
|
|
.hover(getNthStatus(1))
|
|
|
|
.click(getNthReplyButton(1))
|
|
|
|
.expect(getNthPostPrivacyButton(1).getAttribute('aria-label')).eql('Adjust privacy (currently Unlisted)')
|
|
|
|
.click(getNthReplyPostPrivacyButton(1))
|
|
|
|
.click(getNthPostPrivacyOptionInDialog(1))
|
|
|
|
.expect(getNthPostPrivacyButton(1).getAttribute('aria-label')).eql('Adjust privacy (currently Public)')
|
|
|
|
.click(getNthStatus(1))
|
|
|
|
.click(getNthReplyButton(0))
|
|
|
|
.expect(getNthPostPrivacyButton(0).getAttribute('aria-label')).eql('Adjust privacy (currently Unlisted)')
|
|
|
|
})
|