Open bogi1492 opened 3 months ago
Step 1: Check if ”DevTools” menu works by pressing CTRL+SHIFT+I on your keyboard ( if you using Windows) or Cmd+Option+I (for Mac).
Expected result: ”DevTools” menu should open
Step 2: Click on ”Sources” tab situated in ”DevTools” menu.
Expected result: ”Sources” menu should open.
Step 3: Double-click on ”oportunitatisicariere.ro” tab (or press on down-arrow in front of the tab) situated in ”Sources” menu.
Expected result: New tabs will open when you double-click on ”oportunitatisicariere.ro” tab.
Step 4: Search ”(index)” page situated in ”oportunitatisicariere.ro” tab, right-click on ”(index)” and press ”Open in New Tab”.
Expected result: ”oportunitatisicariere.ro” page will open in new tab.
Step 5: In the new tab that you created open ”DevTools” menu by pressing CTRL+SHIFT+I on your keyboard.
Expected result: ”DevTools” menu will open in the new tab.
Step 6: Double-click on ”peviitor.ro” tab (or press on down-arrow in front of the tab) situated in ”Sources” menu.
Expected result: New tabs will open when you double-click on ”peviitor.ro” tab.
Step 7: Enter in the ”oportunitatisicariere.ro” new tab that you open. Click on ”Console” tab situated in ”DevTools” menu.
Expected result: ”Console” tab should open in ”DevTools” menu
Step 8: In ”Console” menu type JavaScript code: window.close();
Expected result: The window should close but ”peviitor.ro” new page that you open should stay open.
Description: You must check if embedded windows are getting closed upon closing the parent/opener window in the DevTools menu. Precondition: The website is up and running