Revert "Fix the black screen of death" (#7292)
Revert "Fix the black screen of death (#7238)"
This reverts commit 46b6707e3a
.
This commit is contained in:
@ -61,7 +61,7 @@ test.describe('Test network related behaviors', () => {
|
||||
})
|
||||
|
||||
// Expect the network to be down
|
||||
await expect(networkToggle).toContainText('Network health (Offline)')
|
||||
await expect(networkToggle).toContainText('Problem')
|
||||
|
||||
// Click the network widget
|
||||
await networkWidget.click()
|
||||
@ -156,8 +156,7 @@ test.describe('Test network related behaviors', () => {
|
||||
|
||||
// Expect the network to be down
|
||||
await networkToggle.hover()
|
||||
|
||||
await expect(networkToggle).toContainText('Network health (Offline)')
|
||||
await expect(networkToggle).toContainText('Problem')
|
||||
|
||||
// Ensure we are not in sketch mode
|
||||
await expect(
|
||||
|
Reference in New Issue
Block a user