Skip to content

Commit 7db2572

Browse files
committed
add prototype url
1 parent d5a6eb4 commit 7db2572

File tree

7 files changed

+212
-10134
lines changed

7 files changed

+212
-10134
lines changed

src/__tests__/CompareResults/__snapshots__/ResultsView.test.tsx.snap

Lines changed: 0 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -876,82 +876,6 @@ exports[`Results View Should display Base, New and Common graphs with tooltips 1
876876
</section>
877877
`;
878878

879-
exports[`Results View Should update url with new title and the table with the new title: After clicking the Save button 1`] = `
880-
<form
881-
aria-label="edit results table title"
882-
class="edit-title-form"
883-
>
884-
<div
885-
class="MuiFormControl-root MuiFormControl-fullWidth css-1xzgzyi-MuiFormControl-root"
886-
>
887-
<div
888-
class="MuiFormControl-root MuiTextField-root edit-results-title-text-field css-dlsp48-MuiFormControl-root-MuiTextField-root"
889-
>
890-
<div
891-
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-formControl MuiInputBase-sizeSmall css-n4ux5c-MuiInputBase-root-MuiOutlinedInput-root"
892-
>
893-
<input
894-
aria-invalid="false"
895-
aria-label="Write a title for this comparison"
896-
class="MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputSizeSmall css-1ajdsht-MuiInputBase-input-MuiOutlinedInput-input"
897-
id="results-title-input"
898-
placeholder="Write a title for this comparison"
899-
type="text"
900-
value="New title"
901-
/>
902-
<fieldset
903-
aria-hidden="true"
904-
class="MuiOutlinedInput-notchedOutline css-1d3z3hw-MuiOutlinedInput-notchedOutline"
905-
>
906-
<legend
907-
class="css-ihdtdm"
908-
>
909-
<span
910-
class="notranslate"
911-
>
912-
913-
</span>
914-
</legend>
915-
</fieldset>
916-
</div>
917-
</div>
918-
<div
919-
class="edit-title-btns MuiBox-root css-58oy1n"
920-
>
921-
<button
922-
class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textPrimary MuiButton-sizeMedium MuiButton-textSizeMedium MuiButton-disableElevation MuiButton-root MuiButton-text MuiButton-textPrimary MuiButton-sizeMedium MuiButton-textSizeMedium MuiButton-disableElevation css-1rvsmwy-MuiButtonBase-root-MuiButton-root"
923-
tabindex="0"
924-
type="button"
925-
>
926-
Cancel
927-
<span
928-
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
929-
/>
930-
</button>
931-
<button
932-
class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textPrimary MuiButton-sizeMedium MuiButton-textSizeMedium MuiButton-disableElevation MuiButton-root MuiButton-text MuiButton-textPrimary MuiButton-sizeMedium MuiButton-textSizeMedium MuiButton-disableElevation css-1rvsmwy-MuiButtonBase-root-MuiButton-root"
933-
tabindex="0"
934-
type="submit"
935-
>
936-
Save
937-
<span
938-
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
939-
>
940-
<span
941-
class="css-y4cjyz-MuiTouchRipple-ripple MuiTouchRipple-ripple MuiTouchRipple-rippleVisible"
942-
style="width: 2.8284271247461903px; height: 2.8284271247461903px; top: -1.4142135623730951px; left: -1.4142135623730951px;"
943-
>
944-
<span
945-
class="MuiTouchRipple-child MuiTouchRipple-childLeaving"
946-
/>
947-
</span>
948-
</span>
949-
</button>
950-
</div>
951-
</div>
952-
</form>
953-
`;
954-
955879
exports[`Results View The table should match snapshot and other elements should be present in the page 1`] = `
956880
<div
957881
class="MuiBox-root css-hshm0p"

0 commit comments

Comments
 (0)