Merge pull request #11501 from mozilla/enable-sub-test-dev

chore(tests): enable subscribe test on dev
This commit is contained in:
Danny Coates 2022-01-06 13:01:20 -08:00 коммит произвёл GitHub
Родитель 4733484799 662e56cfbd
Коммит 63d9ba5e94
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -271,6 +271,7 @@ jobs:
- image: redis
- image: memcached
- image: circleci/mysql:5.7.31
- image: jdlk7/firestore-emulator
environment:
NODE_ENV: dev
steps:

Просмотреть файл

@ -5,7 +5,6 @@ test.describe('severity-1', () => {
pages: { relier, login, subscribe },
}, { project }) => {
test.skip(project.name === 'production', 'prod needs a valid credit card');
test.fixme(project.name === 'local', 'needs correct product');
test.slow();
await relier.goto();
await relier.clickSubscribe();