mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
lint
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
parent
1676ec4981
commit
1a15a7a672
@ -52,6 +52,7 @@ export async function clickWhatsNew(app: Application) {
|
|||||||
|
|
||||||
export async function clickWelcomeNotification(app: Application) {
|
export async function clickWelcomeNotification(app: Application) {
|
||||||
const itemsText = await app.client.$("ItemListLayout.info-panel").getText();
|
const itemsText = await app.client.$("ItemListLayout.info-panel").getText();
|
||||||
|
|
||||||
if (itemsText === "0 item") {
|
if (itemsText === "0 item") {
|
||||||
// welcome notification should be present, dismiss it
|
// welcome notification should be present, dismiss it
|
||||||
await app.client.waitUntilTextExists("Notifications.message", "Welcome!");
|
await app.client.waitUntilTextExists("Notifications.message", "Welcome!");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user