mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Improve check follow params tests
This commit is contained in:
parent
c5d31dba56
commit
eec63bbc0f
21 changed files with 232 additions and 150 deletions
|
@ -15,7 +15,7 @@ import {
|
|||
getVideosList,
|
||||
killallServers,
|
||||
login,
|
||||
loginAndGetAccessToken,
|
||||
serverLogin,
|
||||
makePutBodyRequest,
|
||||
rateVideo,
|
||||
registerUser,
|
||||
|
@ -193,7 +193,7 @@ describe('Test users', function () {
|
|||
password: 'super password'
|
||||
}
|
||||
|
||||
accessTokenUser = await loginAndGetAccessToken(server)
|
||||
accessTokenUser = await serverLogin(server)
|
||||
})
|
||||
|
||||
it('Should be able to get the user information', async function () {
|
||||
|
@ -511,7 +511,7 @@ describe('Test users', function () {
|
|||
password: 'my super password'
|
||||
}
|
||||
|
||||
accessToken = await loginAndGetAccessToken(server)
|
||||
accessToken = await serverLogin(server)
|
||||
})
|
||||
|
||||
it('Should have the correct video quota', async function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue