e2e-title-check-fix
This commit is contained in:
parent
6602f48693
commit
481e4292b5
|
@ -1,7 +0,0 @@
|
|||
if [ "$VERCEL_GIT_COMMIT_REF" = "router-upgrade" ] || [ "$VERCEL_GIT_COMMIT_REF" = "feature/rating" ]; then
|
||||
echo "Building on solid start"
|
||||
exit 1
|
||||
else
|
||||
echo "Not on solid start"
|
||||
exit 0
|
||||
fi
|
|
@ -61,10 +61,10 @@ test.afterAll(async () => {
|
|||
|
||||
const pagesTitles = {
|
||||
'/': /Дискурс/,
|
||||
'/feed': /Лента/,
|
||||
'/feed': /Дискурс :: Лента/,
|
||||
'/support': /Поддержите Дискурс/,
|
||||
'/author': /Авторы/,
|
||||
'/topic': /Темы и сюжеты/
|
||||
'/author': /Дискурс :: Все авторы/,
|
||||
'/topic': /Дискурс :: Темы и сюжеты/
|
||||
}
|
||||
test.describe('Pages open', () => {
|
||||
Object.keys(pagesTitles).forEach((res: string) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user