Zoo rebrand (#1228)
* Add new logomarks * Replace KittyCAD and KCMA with Zoo and ZMA anywhere it's safe * fmt * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu) * Make README logo a PNG instead of an SVG --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -4,6 +4,7 @@ import ProjectSidebarMenu from './ProjectSidebarMenu'
|
||||
import { ProjectWithEntryPointMetadata } from '../Router'
|
||||
import { GlobalStateProvider } from './GlobalStateProvider'
|
||||
import CommandBarProvider from './CommandBar/CommandBar'
|
||||
import { APP_NAME } from 'lib/constants'
|
||||
|
||||
const now = new Date()
|
||||
const projectWellFormed = {
|
||||
@ -71,9 +72,7 @@ describe('ProjectSidebarMenu tests', () => {
|
||||
|
||||
fireEvent.click(screen.getByTestId('project-sidebar-toggle'))
|
||||
|
||||
expect(screen.getByTestId('projectName')).toHaveTextContent(
|
||||
'KittyCAD Modeling App'
|
||||
)
|
||||
expect(screen.getByTestId('projectName')).toHaveTextContent(APP_NAME)
|
||||
})
|
||||
|
||||
test('Renders as a link if set to do so', () => {
|
||||
|
Reference in New Issue
Block a user