mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 03:59:04 +08:00
chore: remove the fancy text while fetching data (#6505)
This commit is contained in:
parent
ed6abe5a95
commit
7fe4f8cc56
@ -7,5 +7,5 @@
|
|||||||
"save": "Save",
|
"save": "Save",
|
||||||
"edit": "Edit",
|
"edit": "Edit",
|
||||||
"logged_in": "Logged In",
|
"logged_in": "Logged In",
|
||||||
"pending_data_placeholder": "Just a bit of patience, just a little bit’s enough ⎯ we’re getting your {{dataSource}}!"
|
"pending_data_placeholder": "Retrieving your {{dataSource}}!"
|
||||||
}
|
}
|
||||||
|
@ -152,11 +152,7 @@ describe('Logs Explorer Tests', () => {
|
|||||||
|
|
||||||
// check for loading state to be not present
|
// check for loading state to be not present
|
||||||
await waitFor(() =>
|
await waitFor(() =>
|
||||||
expect(
|
expect(queryByText(`Retrieving your logs!`)).not.toBeInTheDocument(),
|
||||||
queryByText(
|
|
||||||
`Just a bit of patience, just a little bit’s enough ⎯ we’re getting your logs!`,
|
|
||||||
),
|
|
||||||
).not.toBeInTheDocument(),
|
|
||||||
);
|
);
|
||||||
|
|
||||||
// check for no data state to not be present
|
// check for no data state to not be present
|
||||||
|
Loading…
x
Reference in New Issue
Block a user