diff --git a/explorer/src/lib/dusk/components/__tests__/AnchorButton.spec.js b/explorer/src/lib/dusk/components/__tests__/AnchorButton.spec.js
index 0d22aeb707..092f84d019 100644
--- a/explorer/src/lib/dusk/components/__tests__/AnchorButton.spec.js
+++ b/explorer/src/lib/dusk/components/__tests__/AnchorButton.spec.js
@@ -84,4 +84,4 @@ describe("AnchorButton", () => {
expect(container.firstChild).toMatchSnapshot();
});
});
-});
\ No newline at end of file
+});
diff --git a/explorer/src/lib/dusk/components/__tests__/__snapshots__/AnchorButton.spec.js.snap b/explorer/src/lib/dusk/components/__tests__/__snapshots__/AnchorButton.spec.js.snap
index e64474dc92..e6a93f5359 100644
--- a/explorer/src/lib/dusk/components/__tests__/__snapshots__/AnchorButton.spec.js.snap
+++ b/explorer/src/lib/dusk/components/__tests__/__snapshots__/AnchorButton.spec.js.snap
@@ -70,6 +70,33 @@ exports[`AnchorButton > should be able to render a AnchorButton with an icon and
`;
+exports[`AnchorButton > should be able to render a AnchorButton with an icon and text 3`] = `
+
+
+ some text
+
+
+
+
+
+
+
+`;
+
exports[`AnchorButton > should be able to render a AnchorButton with an icon only 1`] = `
should be able to render a AnchorButton with an icon onl
`;
+exports[`AnchorButton > should be able to render a AnchorButton with an icon only 3`] = `
+
+
+
+
+
+
+
+`;
+
exports[`AnchorButton > should pass additional class names and attributes to the rendered element 1`] = `