chore: update appveyour config

This commit is contained in:
Andrey Lushnikov 2020-02-21 13:09:36 -08:00
parent 0ded511d0b
commit 66362a5687
2 changed files with 5 additions and 12 deletions

View File

@ -1,19 +1,12 @@
environment:
matrix:
- nodejs_version: "8.16.0"
FLAKINESS_DASHBOARD_NAME: Appveyor Chromium (Win + node8)
FLAKINESS_DASHBOARD_PASSWORD:
secure: g66jP+j6C+hkXLutBV9fdxB5fRJgcQQzy93SgQzXUmcCl/RjkJwnzyHvX0xfCVnv
- nodejs_version: "12"
build: off
install:
- ps: $env:FLAKINESS_DASHBOARD_BUILD_URL="https://ci.appveyor.com/project/aslushnikov/playwright/builds/$env:APPVEYOR_BUILD_ID/job/$env:APPVEYOR_JOB_ID"
- ps: Install-Product node $env:nodejs_version
- npm install
- if "%nodejs_version%" == "8.16.0" (
npm run lint &&
npm run coverage &&
npm run test-doclint &&
npm run test-types
)
- npm run ctest
- npm run wtest
- npm run ftest

View File

@ -385,7 +385,7 @@ module.exports.describe = function({testRunner, expect, playwright, FFOX, CHROMI
await context.close();
});
it('should wait for stable position', async({page, server}) => {
fit('should wait for stable position', async({page, server}) => {
await page.goto(server.PREFIX + '/input/button.html');
await page.$eval('button', button => {
button.style.transition = 'margin 500ms linear 0s';