Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavphadke1 committed Apr 14, 2024
1 parent 2bc4f6f commit 0d9c59b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/tests/pages/__snapshots__/Home.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports[`should render a section 1`] = `
<Image src=\\"/images/sandbox-logo.png\\" alt=\\"sandbox logo\\" width={47} height={61} />
</a>
<div className=\\"signInButtonContainer\\">
<DropdownMenuWrapper splashPage={true} userInfo={{...}} onSignIn={[Function: onSignIn]} onSignOut={[Function: onSignOut]} />
<DropdownMenuWrapper userInfo={{...}} onSignIn={[Function: onSignIn]} onSignOut={[Function: onSignOut]} />
</div>
<a target=\\"_blank\\" rel=\\"noopener noreferrer\\" href=\\"https://github.com/sandboxnu/searchneu\\" className=\\"githubCornerContainer\\">
<svg width=\\"80\\" height=\\"80\\" viewBox=\\"0 0 250 250\\">
Expand Down
29 changes: 29 additions & 0 deletions components/tests/pages/__snapshots__/Result.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,35 @@ exports[`should render a section 1`] = `
</FeedbackModal>
<div className=\\"Results_Container\\">
<div className=\\"Results_SidebarWrapper\\">
<Memo(CampusSelection) termInfos={{...}} termId=\\"202160\\" query=\\"cs\\" campus=\\"NEU\\">
<div className=\\"Campus_Selection\\">
<button onClick={[Function: onClick]} className=\\"Campus_Button Campus_NEU\\">
NEU
</button>
<button onClick={[Function: onClick]} className=\\"Campus_Button false\\">
CPS
</button>
<button onClick={[Function: onClick]} className=\\"Campus_Button false\\">
LAW
</button>
</div>
</Memo(CampusSelection)>
<Memo(SemesterDropdown) options={{...}} title=\\"Semesters\\" value=\\"202160\\">
<div className=\\"DropdownFilter SemesterDropdown\\">
<div className=\\"DropdownFilter__title\\">
Semesters
</div>
<div className=\\"DropdownFilter__dropdown\\" role=\\"button\\" tabIndex={0} onClick={[Function: onClick]}>
<div className=\\"DropdownFilter__search \\">
<input className=\\"DropdownFilter__input\\" tabIndex={0} type=\\"text\\" defaultValue=\\"\\" />
<SvgDropdownArrow aria-label=\\"Dropdown arrow\\" className=\\"DropdownFilter__icon \\">
<svg aria-label=\\"Dropdown arrow\\" className=\\"DropdownFilter__icon \\" data-file-name=\\"SvgDropdownArrow\\" />
</SvgDropdownArrow>
</div>
<div className=\\"DropdownFilter__selectable\\" />
</div>
</div>
</Memo(SemesterDropdown)>
<FilterPanel options={{...}} selected={{...}} setActive={[Function (anonymous)]}>
<div className=\\"FilterPanel\\">
<DropdownFilter title=\\"Subject\\" options={{...}} selected={{...}} setActive={[Function: setActiveFilter]}>
Expand Down

0 comments on commit 0d9c59b

Please sign in to comment.