fix pw test i turned off (#6921)
updates Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -100,9 +100,9 @@ test.describe('Testing loading external models', () => {
|
||||
|
||||
// Locators and constants
|
||||
const sampleOne = {
|
||||
file: 'pillow-block-bearing' + FILE_EXT,
|
||||
title: 'Pillow Block Bearing',
|
||||
file1: 'pillow-block-bearing-1' + FILE_EXT,
|
||||
file: 'ball-bearing' + FILE_EXT,
|
||||
title: 'Ball Bearing',
|
||||
file1: 'ball-bearing-1' + FILE_EXT,
|
||||
}
|
||||
const projectCard = page.getByRole('link', { name: 'bracket' })
|
||||
const overwriteWarning = page.getByText(
|
||||
|
@ -74,7 +74,7 @@
|
||||
LIBCLANG_PATH = "${pkgs.libclang.lib}/lib";
|
||||
ELECTRON_OVERRIDE_DIST_PATH =
|
||||
if pkgs.stdenv.isDarwin
|
||||
then "${pkgs.electron}/Applications"
|
||||
then "${pkgs.electron}/Applications/Electron.app/Contents/MacOS/"
|
||||
else "${pkgs.electron}/bin";
|
||||
PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS = true;
|
||||
PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH = "${pkgs.playwright-driver.browsers}/chromium-1091/chrome-linux/chrome";
|
||||
|
Reference in New Issue
Block a user