My webview repilt isn’t working. I haven’t seen my URL link because it wouldn’t show up. What can I do to fix it???
1 Like
can you post a link to your replit ?
The word suiite
appears instead of suite
(spelling error)
Ensure that all your functions, suites, and test blocks have the correct opening and closing braces {}
.you have a tipo in the }
.
Also, ensure each statement ends with a semicolon ;
where necessary.
The tests seem to use assert.fail()
for every assertion without any actual test conditions. Replace these assert.fail()
statements with appropriate assertion methods like assert.equal()
, assert.deepEqual()
, etc., and provide the expected values for comparison.
pres the button New tab
you get the url in the new tab
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.