mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 07:19:00 +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",
|
||||
"edit": "Edit",
|
||||
"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
|
||||
await waitFor(() =>
|
||||
expect(
|
||||
queryByText(
|
||||
`Just a bit of patience, just a little bit’s enough ⎯ we’re getting your logs!`,
|
||||
),
|
||||
).not.toBeInTheDocument(),
|
||||
expect(queryByText(`Retrieving your logs!`)).not.toBeInTheDocument(),
|
||||
);
|
||||
|
||||
// check for no data state to not be present
|
||||
|
Loading…
x
Reference in New Issue
Block a user