mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Remove leftover comment in navbar test
This commit is contained in:
parent
7edb0b2cb8
commit
6bea2b3a2c
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ describe('www-integration navbar links', () => {
|
|||
|
||||
test('Search Bar', async () => {
|
||||
let searchBar = await findByXpath('//input[@id="frc-q-1088"]');
|
||||
// await searchBar.click();
|
||||
await searchBar.sendKeys('cat');
|
||||
await driver.sleep(500); // without it sends an empty string on submit
|
||||
await searchBar.submit();
|
||||
|
|
Loading…
Reference in a new issue