test: move page-clock tests into library/ tests folder

This commit is contained in:
Max Schmitt 2024-07-18 13:47:20 +02:00
parent 6491e5b415
commit 186f189830
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);