We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d9687 commit de030e1Copy full SHA for de030e1
test/nbrowser/DocTour.ts
@@ -265,8 +265,8 @@ describe('DocTour', function () {
265
266
async function checkDocTourPresent() {
267
// Check the expected message.
268
- assert.isFalse(await driver.findWait('.test-onboarding-popup', 500)
269
- .findContent('p', 'General Kenobi!').isPresent());
+ assert.isTrue(await driver.findWait('.test-onboarding-popup', 500)
+ .findContent('div', 'General Kenobi!').isPresent());
270
271
// Check that there is only one popup, and no errors.
272
assert.lengthOf(await driver.findAll('.test-onboarding-popup'), 1);
0 commit comments