Skip to content

Commit 15a3513

Browse files
committed
Update gridlist test for galaxy-style loading spinner
1 parent aa06273 commit 15a3513

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/Grid/GridList.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ describe("GridList", () => {
107107
});
108108
const findInput = wrapper.find("[data-description='filter text input']");
109109
expect(findInput.attributes().placeholder).toBe("search tests");
110-
expect(wrapper.find(".loading-message").text()).toBe("Loading...");
110+
expect(wrapper.find(".grid-initial-loading .text-muted").text()).toBe("Loading...");
111111
const findAction = wrapper.find("[data-description='grid action test']");
112112
expect(findAction.text()).toBe("test");
113113
await findAction.trigger("click");

0 commit comments

Comments
 (0)