fix a check for user's registration status
This commit is contained in:
@@ -29,7 +29,7 @@ export async function importUser(page: Page, id?: string): Promise<string> {
|
||||
// Check DID
|
||||
await expect(page.getByRole('code')).toContainText(did);
|
||||
// ... and ensure the app retrieves the registration status
|
||||
await expect(page.getByText('Your claims counter resets')).toBeVisible();
|
||||
await expect(page.locator('#sectionUsageLimits').getByText('Checking')).toBeHidden();
|
||||
return did;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user