We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa06273 commit 15a3513Copy full SHA for 15a3513
1 file changed
client/src/components/Grid/GridList.test.js
@@ -107,7 +107,7 @@ describe("GridList", () => {
107
});
108
const findInput = wrapper.find("[data-description='filter text input']");
109
expect(findInput.attributes().placeholder).toBe("search tests");
110
- expect(wrapper.find(".loading-message").text()).toBe("Loading...");
+ expect(wrapper.find(".grid-initial-loading .text-muted").text()).toBe("Loading...");
111
const findAction = wrapper.find("[data-description='grid action test']");
112
expect(findAction.text()).toBe("test");
113
await findAction.trigger("click");
0 commit comments