Skip to content

Commit b8bb611

Browse files
committed
chore: Remove reference to redesign from settings page unit test
1 parent 41551ed commit b8bb611

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/app/(proper_react)/(redesign)/(authenticated)/user/(dashboard)/settings/SettingsPage.test.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ const SettingsWrapper = (props: {
268268
</TestComponentWrapper>
269269
);
270270

271-
describe("Settings page redesign", () => {
272-
it("shows the new layout", () => {
271+
describe("Settings page", () => {
272+
it("shows the settings page", () => {
273273
render(
274274
<SettingsWrapper>
275275
<SettingsView
@@ -515,6 +515,7 @@ describe("Settings page redesign", () => {
515515
});
516516
expect(addEmailButton).toBeInTheDocument();
517517
});
518+
518519
it("marks unverified email addresses as such", () => {
519520
render(
520521
<SettingsWrapper>

0 commit comments

Comments
 (0)