Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config of End-to-End & Search window e2e test code #163

Merged
merged 13 commits into from
Jan 23, 2019
Prev Previous commit
Fix unit-test snapshot code
  • Loading branch information
HyunmoAhn committed Jan 23, 2019
commit 5d99649e659078de48c685f61d957e437b444ce0
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ exports[`Test SearchMenu Component should match to snapshot 1`] = `
>
<button
className="SearchMenu__Btn"
data-test-id="menu-new-widget"
onClick={[Function]}
type="button"
>
Expand All @@ -33,6 +34,7 @@ exports[`Test SearchMenu Component should match to snapshot 1`] = `
>
<button
className="SearchMenu__Btn SearchMenu__Btn--active"
data-test-id="menu-all"
onClick={[Function]}
type="button"
>
Expand All @@ -49,6 +51,7 @@ exports[`Test SearchMenu Component should match to snapshot 1`] = `
>
<button
className="SearchMenu__Btn"
data-test-id="menu-favorites"
onClick={[Function]}
type="button"
>
Expand All @@ -65,6 +68,7 @@ exports[`Test SearchMenu Component should match to snapshot 1`] = `
>
<button
className="SearchMenu__Btn"
data-test-id="menu-setting"
onClick={[Function]}
type="button"
>
Expand All @@ -81,6 +85,7 @@ exports[`Test SearchMenu Component should match to snapshot 1`] = `
>
<button
className="SearchMenu__Btn"
data-test-id="menu-quit"
onClick={[Function]}
type="button"
>
Expand Down Expand Up @@ -113,6 +118,7 @@ exports[`Test SearchMenu Component should match to snapshot when props.filter ==
>
<button
className="SearchMenu__Btn"
data-test-id="menu-new-widget"
onClick={[Function]}
type="button"
>
Expand All @@ -129,6 +135,7 @@ exports[`Test SearchMenu Component should match to snapshot when props.filter ==
>
<button
className="SearchMenu__Btn"
data-test-id="menu-all"
onClick={[Function]}
type="button"
>
Expand All @@ -145,6 +152,7 @@ exports[`Test SearchMenu Component should match to snapshot when props.filter ==
>
<button
className="SearchMenu__Btn SearchMenu__Btn--active"
data-test-id="menu-favorites"
onClick={[Function]}
type="button"
>
Expand All @@ -161,6 +169,7 @@ exports[`Test SearchMenu Component should match to snapshot when props.filter ==
>
<button
className="SearchMenu__Btn"
data-test-id="menu-setting"
onClick={[Function]}
type="button"
>
Expand All @@ -177,6 +186,7 @@ exports[`Test SearchMenu Component should match to snapshot when props.filter ==
>
<button
className="SearchMenu__Btn"
data-test-id="menu-quit"
onClick={[Function]}
type="button"
>
Expand Down