mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-08 12:28:46 +03:00
test: move page-clock tests into library/ tests folder (#31752)
This commit is contained in:
parent
453e3bdf9d
commit
297b1a8afe
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { test as it, expect } from './pageTest';
|
||||
import { browserTest as it, expect } from '../config/browserTest';
|
||||
|
||||
it('clock should be frozen', async ({ page }) => {
|
||||
it.skip(process.env.PW_CLOCK !== 'frozen');
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { test, expect } from './pageTest';
|
||||
import { browserTest as test, expect } from '../config/browserTest';
|
||||
|
||||
test.skip(!!process.env.PW_CLOCK);
|
||||
|
Loading…
Reference in New Issue
Block a user