зеркало из https://github.com/mozilla/fxa.git
Merge pull request #11501 from mozilla/enable-sub-test-dev
chore(tests): enable subscribe test on dev
This commit is contained in:
Коммит
63d9ba5e94
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче