Skip to content

Commit

Permalink
Remove assertion from HomeIntro test (#1230)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgegevoian authored Sep 27, 2024
1 parent d6701de commit bac1c49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/nbrowser/HomeIntro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ describe('HomeIntro', function() {

assert.isTrue(await driver.find('.test-intro-cards').isDisplayed());
assert.isTrue(await driver.find('.test-intro-video-tour').isDisplayed());
assert.isTrue(await driver.find('.test-intro-tutorial').isDisplayed());
assert.isTrue(await driver.find('.test-intro-create-doc').isDisplayed());
assert.isTrue(await driver.find('.test-intro-import-doc').isDisplayed());
assert.isTrue(await driver.find('.test-intro-templates').isDisplayed());
Expand Down

0 comments on commit bac1c49

Please sign in to comment.