Srihari

Results 20 comments of Srihari

@SidharthBansal could you guide me which file to check it out?

https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_tooltip&stacked=h @igniteeng000 @jywarren @SidharthBansal i am thinking of using this. Is it the correct method?

That is just more complicated and not required. moreover, it slows the website. > @pythongiant I'm using the 'dots' as id to pull so I can do without the ellipsis

@therealsujitk are you working on this issue atm? idm helping to contribute with this

``` describe('Add step', () => { test('length is increased', async () => { await page.waitForSelector('.step'); const previousLength = await page.evaluate(() => document.querySelectorAll('.step').length); await page.click('[data-value=\'brightness\']'); const previousLength1 = await page.evaluate(() =>...

I would like to work on clear step test, Thanks

Thanks for the explaination @keshav234156 i must have skipped @ataata107 comment by mistake. Sorry bout that. Can i work on delete one?