Merge branch 'main' into lf94/stream-idle-revamp
This commit is contained in:
@ -8,8 +8,8 @@ import { expect, test } from '@e2e/playwright/zoo-test'
|
|||||||
|
|
||||||
test.describe('Testing in-app sample loading', () => {
|
test.describe('Testing in-app sample loading', () => {
|
||||||
/**
|
/**
|
||||||
* Note this test implicitly depends on the KCL sample "a-parametric-bearing-pillow-block",
|
* Note this test implicitly depends on the KCL sample "parametric-bearing-pillow-block",
|
||||||
* its title, and its units settings. https://github.com/KittyCAD/kcl-samples/blob/main/a-parametric-bearing-pillow-block/main.kcl
|
* its title, and its units settings. https://github.com/KittyCAD/kcl-samples/blob/main/parametric-bearing-pillow-block/main.kcl
|
||||||
*/
|
*/
|
||||||
// We have no more web tests
|
// We have no more web tests
|
||||||
test.skip('Web: should overwrite current code, cannot create new file', async ({
|
test.skip('Web: should overwrite current code, cannot create new file', async ({
|
||||||
@ -30,8 +30,8 @@ test.describe('Testing in-app sample loading', () => {
|
|||||||
|
|
||||||
// Locators and constants
|
// Locators and constants
|
||||||
const newSample = {
|
const newSample = {
|
||||||
file: 'a-parametric-bearing-pillow-block' + FILE_EXT,
|
file: 'parametric-bearing-pillow-block' + FILE_EXT,
|
||||||
title: 'A Parametric Bearing Pillow Block',
|
title: 'Parametric Bearing Pillow Block',
|
||||||
}
|
}
|
||||||
const commandBarButton = page.getByRole('button', { name: 'Commands' })
|
const commandBarButton = page.getByRole('button', { name: 'Commands' })
|
||||||
const samplesCommandOption = page.getByRole('option', {
|
const samplesCommandOption = page.getByRole('option', {
|
||||||
@ -73,7 +73,7 @@ test.describe('Testing in-app sample loading', () => {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Note this test implicitly depends on the KCL samples:
|
* Note this test implicitly depends on the KCL samples:
|
||||||
* "a-parametric-bearing-pillow-block": https://github.com/KittyCAD/kcl-samples/blob/main/a-parametric-bearing-pillow-block/main.kcl
|
* "parametric-bearing-pillow-block": https://github.com/KittyCAD/kcl-samples/blob/main/parametric-bearing-pillow-block/main.kcl
|
||||||
* "gear-rack": https://github.com/KittyCAD/kcl-samples/blob/main/gear-rack/main.kcl
|
* "gear-rack": https://github.com/KittyCAD/kcl-samples/blob/main/gear-rack/main.kcl
|
||||||
*/
|
*/
|
||||||
test(
|
test(
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 69 KiB |
@ -1,6 +1,6 @@
|
|||||||
[
|
[
|
||||||
"80-20-rail",
|
"80-20-rail",
|
||||||
"a-parametric-bearing-pillow-block",
|
"parametric-bearing-pillow-block",
|
||||||
"ball-bearing",
|
"ball-bearing",
|
||||||
"bracket",
|
"bracket",
|
||||||
"brake-caliper",
|
"brake-caliper",
|
||||||
|
|||||||
@ -233,7 +233,7 @@ const SignIn = () => {
|
|||||||
<div className="flex gap-4 flex-wrap items-center">
|
<div className="flex gap-4 flex-wrap items-center">
|
||||||
<ActionButton
|
<ActionButton
|
||||||
Element="externalLink"
|
Element="externalLink"
|
||||||
to="https://zoo.dev/docs/kcl-samples/a-parametric-bearing-pillow-block"
|
to="https://zoo.dev/docs/kcl-samples/parametric-bearing-pillow-block"
|
||||||
iconStart={{
|
iconStart={{
|
||||||
icon: 'settings',
|
icon: 'settings',
|
||||||
bgClassName: '!bg-transparent',
|
bgClassName: '!bg-transparent',
|
||||||
|
|||||||
Reference in New Issue
Block a user