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.
|
* 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('clock should be frozen', async ({ page }) => {
|
||||||
it.skip(process.env.PW_CLOCK !== 'frozen');
|
it.skip(process.env.PW_CLOCK !== 'frozen');
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { test, expect } from './pageTest';
|
import { browserTest as test, expect } from '../config/browserTest';
|
||||||
|
|
||||||
test.skip(!!process.env.PW_CLOCK);
|
test.skip(!!process.env.PW_CLOCK);
|
||||||
|
|
||||||
Loading…
Reference in a new issue