test: move page-clock tests into library/ tests folder (#31752)

This commit is contained in:
Max Schmitt 2024-07-18 14:45:45 +02:00 committed by GitHub
parent 453e3bdf9d
commit 297b1a8afe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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');

View File

@ -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);