Skip to content

Commit

Permalink
Modify testcase name and add comment in test. (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 authored Jul 31, 2024
1 parent f523d92 commit c0044d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testInstalledExtension.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ describe('test Nightwatch Inspector extension in DevTools', function() {
browser.navigateTo('https://nightwatchjs.org');
})

it('opens devtools, switches to extension tab and checks title', async function() {
it('switches to devtools window, opens extension tab and checks title', async function() {
// get all targets (contexts) we can possibly switch to
const targets = await browser.driver.sendAndGetDevToolsCommand('Target.getTargets', {});

const devToolsTarget = targets.targetInfos.find(target => {
Expand Down

0 comments on commit c0044d6

Please sign in to comment.