mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix indentation
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
parent
3effb307fe
commit
9d8521309f
@ -54,9 +54,9 @@ describe("Lens integration tests", () => {
|
|||||||
|
|
||||||
describe("preferences page", () => {
|
describe("preferences page", () => {
|
||||||
it('shows "preferences"', async () => {
|
it('shows "preferences"', async () => {
|
||||||
let appName: string = process.platform === "darwin" ? "Lens" : "File"
|
let appName: string = process.platform === "darwin" ? "Lens" : "File"
|
||||||
await app.electron.ipcRenderer.send('test-menu-item-click', appName, "Preferences")
|
await app.electron.ipcRenderer.send('test-menu-item-click', appName, "Preferences")
|
||||||
await app.client.waitUntilTextExists("h2", "Preferences")
|
await app.client.waitUntilTextExists("h2", "Preferences")
|
||||||
})
|
})
|
||||||
|
|
||||||
it('ensures helm repos', async () => {
|
it('ensures helm repos', async () => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user