mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
remove console logs
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
774979c7cd
commit
e5233ca8fb
@ -29,13 +29,9 @@ describe("Lens integration tests", () => {
|
||||
}
|
||||
|
||||
const clickWhatsNew = async (app: Application) => {
|
||||
console.log(1)
|
||||
await app.client.waitUntilTextExists("h1", "What's new?")
|
||||
console.log(2)
|
||||
await app.client.click("button.primary")
|
||||
console.log(3)
|
||||
await app.client.waitUntilTextExists("h1", "Welcome")
|
||||
console.log(4)
|
||||
}
|
||||
|
||||
describe("app start", () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user