Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ private void testQueryAccess()

// Troubleshooters should NOT have read access outside the root
goToProjectHome();
assertTextPresent("User does not have permission to perform this operation.");
waitForText("User does not have permission to perform this operation.");
goToSchemaBrowser(getProjectName(), true);
}

Expand All @@ -184,7 +184,7 @@ public void goToSchemaBrowser(@Nullable String container, boolean expectPermissi

if (expectPermissionError)
{
assertTextPresent("User does not have permission to perform this operation.");
waitForText("User does not have permission to perform this operation.");
}
else
{
Expand Down