Skip to content

Commit 19444bf

Browse files
steverydzbartaz
andauthored
Update static/js/publisher/pages/RegisterSnap/__tests__/RegisterSnap.test.tsx
Co-authored-by: Bartek Szopka <83575+bartaz@users.noreply.github.com>
1 parent 6055830 commit 19444bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/js/publisher/pages/RegisterSnap/__tests__/RegisterSnap.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe("RegisterSnap", () => {
9595
});
9696
});
9797

98-
test("register button is enabled by default", async () => {
98+
test("register button is disabled by default", async () => {
9999
server.use(
100100
http.get("/api/stores", () => {
101101
return HttpResponse.json(storesApiResponse);

0 commit comments

Comments
 (0)