corrected a typo
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
4f7e56788e
commit
3283f957ba
|
@ -102,7 +102,7 @@ describe('Client create path', async() => {
|
||||||
await page.wait(selectors.globalItems.applicationsMenuVisible);
|
await page.wait(selectors.globalItems.applicationsMenuVisible);
|
||||||
await page.waitToClick(selectors.globalItems.clientsButton);
|
await page.waitToClick(selectors.globalItems.clientsButton);
|
||||||
await page.wait(selectors.clientsIndex.createClientButton);
|
await page.wait(selectors.clientsIndex.createClientButton);
|
||||||
await page.waitForState('lient.index');
|
await page.waitForState('client.index');
|
||||||
});
|
});
|
||||||
|
|
||||||
it(`should search for the user Carol Danvers to confirm it exists`, async() => {
|
it(`should search for the user Carol Danvers to confirm it exists`, async() => {
|
||||||
|
|
Loading…
Reference in New Issue