chore: remove the fancy text while fetching data (#6505)

This commit is contained in:
Srikanth Chekuri 2024-11-22 16:20:25 +05:30 committed by GitHub
parent ed6abe5a95
commit 7fe4f8cc56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 6 deletions

View File

@ -7,5 +7,5 @@
"save": "Save",
"edit": "Edit",
"logged_in": "Logged In",
"pending_data_placeholder": "Just a bit of patience, just a little bits enough ⎯ were getting your {{dataSource}}!"
"pending_data_placeholder": "Retrieving your {{dataSource}}!"
}

View File

@ -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 bits enough ⎯ were getting your logs!`,
),
).not.toBeInTheDocument(),
expect(queryByText(`Retrieving your logs!`)).not.toBeInTheDocument(),
);
// check for no data state to not be present