{"task_id": "1", "task_description": "Navigate to the 'Gear > Watches' category listing and return only the name of the first product by ascending position.", "task_type": "lookup", "start_url": "__SHOPPING__", "steps": "3", "require_login": false, "eval": "{\"eval_type\": [\"string_match\"], \"string_match\": {\"match_type\": \"exact\", \"match_value\": \"Aim Analog Watch\"}}"} {"task_id": "2", "task_description": "Rate the product \"Hero Hoodie\" with 4 stars.", "task_type": "operation", "start_url": "__SHOPPING__", "steps": "9", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__LMS__/review/customer/\", \"dom_extractor\": \"[...document.querySelectorAll('tbody tr')].some(row => row.querySelector('td[data-th=\\\"Product Name\\\"] .product-name a')?.innerText.trim() === 'Hero Hoodie' && row.querySelector('td[data-th=\\\"Rating\\\"] .rating-summary .rating-result span span')?.innerText.trim() === '80%') ? 1 : 0\", \"match_type\": \"exact\", \"match_value\": 1, \"description\": \"Check if there is any row in the review table where the product name is 'Hero Hoodie' and the rating is '80%'.\"}}"} {"task_id": "3", "task_description": "Go to the \"Women > Pants\" category and open the detail page of the 13th listed product, based on ascending position in the listing.", "task_type": "lookup", "start_url": "__SHOPPING__", "steps": "4", "require_login": false, "eval": "{\"eval_type\": [\"url_match\"], \"url_match\": {\"match_type\": \"exact\", \"match_value\": \"__LMS__/portia-capri.html\"}}"} {"task_id": "4", "task_description": "Purchase 3 units of 'Push It Messenger Bag' using the cheapest shipping method and return only the total order value.", "task_type": "operation", "start_url": "__SHOPPING__", "steps": "12", "require_login": true, "eval": "{\"eval_type\": [\"string_match\"], \"string_match\": {\"match_type\": \"contains\", \"match_value\": \"$135.00\"}}"} {"task_id": "5", "task_description": "Create a new customer account", "task_type": "form", "start_url": "__SHOPPING__", "steps": "8", "require_login": false, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('span.logged-in')?.innerText\", \"match_type\": \"contains\", \"match_value\": \"Welcome,\", \"description\": \"Check if the user is logged in by verifying the presence of 'Welcome,' text.\"}}"} {"task_id": "6", "task_description": "Add the product \"Push It Messenger Bag\" to the shopping cart and navigate to the cart page.", "task_type": "operation", "start_url": "__SHOPPING__", "steps": "6", "require_login": false, "eval": "{\"eval_type\": [\"url_match\"], \"url_match\": {\"match_type\": \"contains\", \"match_value\": \"checkout/cart\"}}"} {"task_id": "7", "task_description": "Subscribe to the website via the subscription field with email \"account.test.4@mynes.com\"", "task_type": "operation", "start_url": "__SHOPPING__", "steps": "3", "require_login": false, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('.message-success.success.message > div').innerText\", \"match_type\": \"contains\", \"match_value\": \"Thank you for your subscription.\", \"description\": \"Verify that the success message 'Thank you for your subscription.' is displayed after subscribing.\"}}"} {"task_id": "8", "task_description": "Navigate to Watches, apply filter results by price $40–$49.99.", "task_type": "lookup", "start_url": "__SHOPPING__", "steps": "8", "require_login": false, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('.filter-current .filter-value')?.innerText\", \"match_type\": \"exact\", \"match_value\": \"$40.00 - $49.99\", \"description\": \"Verify the price filter $40.00–$49.99 is applied.\"}}"} {"task_id": "9", "task_description": "Place an order as a guest and reach the checkout success page.", "task_type": "operation", "start_url": "__SHOPPING__", "steps": "17", "require_login": false, "eval": "{\"eval_type\": [\"url_match\"], \"url_match\": {\"match_type\": \"contains\", \"match_value\": \"checkout/onepage/success\"}}"} {"task_id": "10", "task_description": "Save the product 'Josie Yoga Jacket' to wishlist.", "task_type": "operation", "start_url": "__SHOPPING__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__SHOPPING__/wishlist/\", \"dom_extractor\": \"[...document.querySelectorAll('strong.product-item-name a')].some(a => a.innerText.includes('Josie Yoga Jacket'))\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"\"}}"} {"task_id": "11", "task_description": "Place an order for any available product on behalf of the user with the email address 'account.test.2@mynes.com'", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "12", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('[data-ui-id=\\\"messages-message-success\\\"]').innerText\", \"match_type\": \"contains\", \"match_value\": \"You created the order.\", \"description\": \"\"}}"} {"task_id": "12", "task_description": "Navigate to the latest comment for order #000000003 and return the latest comment text only.", "task_type": "lookup", "start_url": "__SHOPPING_ADMIN__", "steps": "4", "require_login": true, "eval": "{\"eval_type\": [\"string_match\"], \"string_match\": {\"match_type\": \"exact\", \"match_value\": \"Your order has been received.\"}}"} {"task_id": "13", "task_description": "Open order #000000004 and return the tracking number only from its tracking details page.", "task_type": "lookup", "start_url": "__SHOPPING_ADMIN__", "steps": "5", "require_login": true, "eval": "{\"eval_type\": [\"string_match\"], \"string_match\": {\"match_type\": \"exact\", \"match_value\": \"0968774816\"}}"} {"task_id": "14", "task_description": "Apply coupon code \"save5percent\" to the product \"Erika Running Short\" (size 32, color Red) and return the final total price only.", "task_type": "operation", "start_url": "__SHOPPING__", "steps": "9", "require_login": false, "eval": "{\"eval_type\": [\"string_match\"], \"string_match\": {\"match_type\": \"contains\", \"match_value\": \"42.75\"}}"} {"task_id": "15", "task_description": "Create a cart price rule named '10% Off on Orders Over $15' with the coupon code 'save10percentfororderover15dollar' for the Main Website and the General customer group.\nThe rule must give 10% off for orders with a subtotal of $15 or more.\nAfter creating the rule, open its edit page and expand (click to open) both the 'Conditions' and 'Actions' sections.", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "15", "require_login": true, "eval": "{\"eval_type\": [\"string_match\", \"dom_match\"], \"string_match\": {\"match_type\": \"contains\", \"match_value\": \"18.05\"}, \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"(document.querySelector('#conditions__1--1__operator')?.selectedOptions[0]?.textContent.trim() === 'equals or greater than' && document.querySelector('#conditions__1--1__value')?.value === '15' && document.querySelector('[name=\\\"discount_amount\\\"]')?.value === '10' && document.querySelector('[name=\\\"simple_action\\\"]')?.value === 'by_percent') ? 1 : 0\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify discount settings of the created cart price rule.\"}}"} {"task_id": "16", "task_description": "Create a product named \"Bag hand made\" with the attribute set \"Bag\", priced at $30, quantity 100, marked as in stock, assigned to the \"Bag\" category, and make it visible on the storefront.", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "18", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__SHOPPING__/bag-hand-made.html\", \"dom_extractor\": \"document.querySelector('span[data-price-type=\\\"finalPrice\\\"]').innerText\", \"match_type\": \"exact\", \"match_value\": \"$30.00\", \"description\": \"\"}}"} {"task_id": "17", "task_description": "Change the stock status of the product \"Endurance Watch\" to \"Out of Stock.\"", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "9", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__SHOPPING__/endurance-watch.html\", \"dom_extractor\": \"document.querySelector('div.stock.unavailable span').innerText.trim()\", \"match_type\": \"exact\", \"match_value\": \"OUT OF STOCK\", \"description\": \"\"}}"} {"task_id": "18", "task_description": "Go to page 2 of the Women > Pants listing and return the number of products displayed on that page.", "task_type": "Lookup", "start_url": "__SHOPPING__", "steps": "4", "require_login": false, "eval": "{\"eval_type\": [\"string_match\"], \"string_match\": {\"match_type\": \"contains\", \"match_value\": \"1\"}}"} {"task_id": "19", "task_description": "Disable the product 'Compete Track Tote'.", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__SHOPPING__/compete-track-tote.html\", \"dom_extractor\": \"document.querySelector('span[data-ui-id=\\\"page-title-wrapper\\\"]').innerText;\", \"match_type\": \"contains\", \"match_value\": \"Whoops, our bad...\", \"description\": \"\"}}"} {"task_id": "20", "task_description": "Enable the product 'Voyage Yoga Bag'.", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__SHOPPING__/voyage-yoga-bag.html\", \"dom_extractor\": \"document.querySelector('span[data-ui-id=\\\"page-title-wrapper\\\"]').innerText;\", \"match_type\": \"contains\", \"match_value\": \"Voyage Yoga Bag\", \"description\": \"\"}}"} {"task_id": "21", "task_description": "Modify content heading of About US page to 'About Our Company'", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "7", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__SHOPPING__/about-us\", \"dom_extractor\": \"document.querySelector('span[data-ui-id=\\\"page-title-wrapper\\\"]').innerText;\", \"match_type\": \"exact\", \"match_value\": \"About Our Company\", \"description\": \"\"}}"} {"task_id": "22", "task_description": "Compare two products 'Rival Field Messenger' and 'Fusion Backpack'", "task_type": "operation", "start_url": "__SHOPPING__", "steps": "8", "require_login": false, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__SHOPPING__/catalog/product_compare/\", \"dom_extractor\": \"[...document.querySelectorAll('td.cell.product.info a')].map(a => a.title).some(t => ['Rival Field Messenger', 'Fusion Backpack'].includes(t))\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"\"}}"} {"task_id": "23", "task_description": "Perform Full Refund Using Default Values for Order \"000000009\"", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__SHOPPING_ADMIN__/sales/order/view/order_id/9\", \"dom_extractor\": \"document.querySelector('#order_history_block .note-list-comment').innerText\", \"match_type\": \"exact\", \"match_value\": \"We refunded $63.71 offline.\", \"description\": \"\"}}"} {"task_id": "24", "task_description": "Perform partial refund using default values for product 'Josie Yoga Jacket (Size XL, Gray)' in Order '000000010' .", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "7", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__SHOPPING_ADMIN__/sales/order/view/order_id/10\", \"dom_extractor\": \"document.querySelector('#order_history_block .note-list-comment').innerText\", \"match_type\": \"contains\", \"match_value\": \"We refunded $56.25 offline\", \"description\": \"\"}}"} {"task_id": "25", "task_description": "Reorder the most recent order of customer 'Veronica Costello' and return the Grand Total price of the new order.", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "4", "require_login": true, "eval": "{\"eval_type\": [\"string_match\", \"dom_match\"], \"string_match\": {\"match_type\": \"contains\", \"match_value\": \"63.71\"}, \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('#order_history_block .note-list-comment').innerText\", \"match_type\": \"contains\", \"match_value\": \"Order Placed by Admin User using Admin Panel\", \"description\": \"\"}}"} {"task_id": "26", "task_description": "Reorder the very first order associated with my account.", "task_type": "operation", "start_url": "__SHOPPING__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__SHOPPING__/sales/order/history/\", \"dom_extractor\": \"document.querySelector('td.col.total .price').innerText\", \"match_type\": \"exact\", \"match_value\": \"$50.00\", \"description\": \"\"}}"} {"task_id": "27", "task_description": "Update the heading on the Customer Service CMS page from 'Luma Delivery and Returns' to 'Luna Service Team'.", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "10", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__SHOPPING__/customer-service\", \"dom_extractor\": \"document.querySelector('.customer-service.cms-content h2').innerText\", \"match_type\": \"exact\", \"match_value\": \"Luna Service Team\", \"description\": \"\"}}"} {"task_id": "28", "task_description": "Create a new CMS page 'Store Location'", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__SHOPPING__/store-location\", \"dom_extractor\": \"document.querySelector('.breadcrumbs ul.items li.item.cms_page strong').innerText\", \"match_type\": \"exact\", \"match_value\": \"Store Location\", \"description\": \"\"}}"} {"task_id": "29", "task_description": "Update the price of the product with SKU 24-WG088 to $15.", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__SHOPPING__/sprite-foam-roller.html\", \"dom_extractor\": \"document.querySelector('#product-price-22 .price').innerText\", \"match_type\": \"contains\", \"match_value\": \"$15.00\", \"description\": \"\"}}"} {"task_id": "30", "task_description": "Update the URL key of the product \"Overnight Duffle\" to overnight-duffle-bag and save the changes", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"__SHOPPING__/overnight-duffle-bag.html\", \"dom_extractor\": \"document.querySelector('[data-ui-id=\\\"page-title-wrapper\\\"]')?.innerText\", \"match_type\": \"exact\", \"match_value\": \"Overnight Duffle\", \"description\": \"Verify the product page is accessible after updating the URL key.\"}}"} {"task_id": "31", "task_description": "Create a new project named : \"Demo Website\"", "task_type": "operation", "start_url": "__PROJECT__", "steps": "4", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('#flash_notice').innerText\", \"match_type\": \"exact\", \"match_value\": \"Successful creation.\", \"description\": \"\"}}"} {"task_id": "32", "task_description": "Update the description of project \"Demo Shop\" to \"Demo Shop is an eCommerce website based on the Magento platform.\"", "task_type": "operation", "start_url": "__PROJECT__", "steps": "5", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/projects/demo-shop\", \"dom_extractor\": \"document.querySelector('.wiki p').innerText\", \"match_type\": \"exact\", \"match_value\": \"Demo Shop is an eCommerce website based on the Magento platform.\", \"description\": \"\"}}"} {"task_id": "33", "task_description": "Disable WIKI module in Demo Shop project", "task_type": "operation", "start_url": "__PROJECT__", "steps": "5", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/projects/demo-shop/wiki\", \"dom_extractor\": \"document.querySelector('#errorExplanation').innerText;\", \"match_type\": \"contains\", \"match_value\": \"You are not authorized to access this page.\", \"description\": \"\"}}"} {"task_id": "34", "task_description": "Enable the \"News\" module in the \"Demo Shop\" project, then create a new news item titled \"Project Sponsorship Announcement\"", "task_type": "operation", "start_url": "__PROJECT__", "steps": "5", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/projects/demo-shop/news\", \"dom_extractor\": \"document.querySelector('.news-article h3 a').innerText\", \"match_type\": \"contains\", \"match_value\": \"Official Customer Demo Scheduled for Next Thursday\", \"description\": \"\"}}"} {"task_id": "35", "task_description": "Close the Demo App project.", "task_type": "operation", "start_url": "__PROJECT__", "steps": "5", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/projects/demo-app\", \"dom_extractor\": \"document.querySelector('p.warning').innerText;\", \"match_type\": \"exact\", \"match_value\": \"This project is closed and read-only.\", \"description\": \"\"}}"} {"task_id": "36", "task_description": "Create a new user.", "task_type": "form", "start_url": "__PROJECT__", "steps": "14", "require_login": false, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('#flash_error').innerText\", \"match_type\": \"contains\", \"match_value\": \"Your account was created and is now pending administrator approval.\", \"description\": \"\"}}"} {"task_id": "37", "task_description": "Assign user with email \"nguyen.nguyen.6bk@gmail.com\" to project \"Demo Shop\" with role \"Developer\"", "task_type": "operation", "start_url": "__PROJECT__", "steps": "7", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/users/6\", \"dom_extractor\": \"document.querySelector('tbody tr:last-child td.project.name a').innerText\", \"match_type\": \"exact\", \"match_value\": \"Demo Shop\", \"description\": \"\"}}"} {"task_id": "38", "task_description": "Enforce a password change on next login for the user whose email is \"account.test.3@mynes.com\".", "task_type": "operation", "start_url": "__PROJECT__", "steps": "5", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/users/7/edit\", \"dom_extractor\": \"document.querySelector('#user_must_change_passwd').value\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"\"}}"} {"task_id": "39", "task_description": "Register a new user with email \"account.test.1@mynes.com\"", "task_type": "form", "start_url": "__PROJECT__", "steps": "12", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/users\", \"dom_extractor\": \"document.querySelector('tr.user:first-of-type td.mail').innerText;\", \"match_type\": \"exact\", \"match_value\": \"account.test.1@mynes.com\", \"description\": \"\"}}"} {"task_id": "40", "task_description": "Display the \"Status\" column in the user list", "task_type": "operation", "start_url": "__PROJECT__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('th.status').innerText\", \"match_type\": \"exact\", \"match_value\": \"Status\", \"description\": \"\"}}"} {"task_id": "41", "task_description": "Create new version \"version3\" for project \"Demo Shop\"", "task_type": "operation", "start_url": "__PROJECT__", "steps": "7", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/projects/demo-shop/settings/versions\", \"dom_extractor\": \"document.querySelector('tr.version:last-of-type td.name').innerText\", \"match_type\": \"exact\", \"match_value\": \"version3\", \"description\": \"\"}}"} {"task_id": "42", "task_description": "Assign feature \"3\" to version \"version2\" in project \"Demo Shop\"", "task_type": "operation", "start_url": "__PROJECT__", "steps": "7", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/issues/3\", \"dom_extractor\": \"document.querySelector('div.fixed-version.attribute div.value a').innerText\", \"match_type\": \"exact\", \"match_value\": \"version2\", \"description\": \"\"}}"} {"task_id": "43", "task_description": "Create a custom field named 'Environment' for the 'Bug' tracker across all projects, using a dropdown list with the values Internal, UAT, and Production.", "task_type": "operation", "start_url": "__PROJECT__", "steps": "16", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/issues/4/edit\", \"dom_extractor\": \"document.getElementById([...document.querySelectorAll('label')].find(l => l.querySelector('span')?.textContent.trim() === 'Environment')?.getAttribute('for'))?.innerHTML\", \"match_type\": \"contains\", \"match_value\": [\"Internal\", \"UAT\", \"Production\"], \"description\": \"\"}}"} {"task_id": "44", "task_description": "Create a custom field named \"Start Date\" of type Date in the \"Projects\" module, and make it visible to all users.", "task_type": "operation", "start_url": "__PROJECT__", "steps": "10", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/projects/demo-shop/settings\", \"dom_extractor\": \"document.querySelector(`input#${[...document.querySelectorAll('label')].find(l => l.querySelector('span')?.textContent.trim() === 'Start Date')?.getAttribute('for')}`)?.getAttribute('type')\", \"match_type\": \"exact\", \"match_value\": \"date\", \"description\": \"\"}}"} {"task_id": "45", "task_description": "Modify the workflow for Developers in the Bug Tracker so that they cannot transition issues from New to the Closed status.", "task_type": "operation", "start_url": "__PROJECT__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/workflows/edit?role_id[]=4&tracker_id[]=1&used_statuses_only=0&used_statuses_only=1\", \"dom_extractor\": \"document.getElementById('transitions_1_5_always').checked\", \"match_type\": \"exact\", \"match_value\": false, \"description\": \"\"}}"} {"task_id": "46", "task_description": "Configure the workflow to allow users with the \"Developer\" role to transition a bug from the \"Rejected\" status back to \"In Progress\".", "task_type": "operation", "start_url": "__PROJECT__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/workflows/edit?role_id[]=4&tracker_id[]=1&used_statuses_only=0&used_statuses_only=1\", \"dom_extractor\": \"document.getElementById('transitions_6_2_always').checked\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"\"}}"} {"task_id": "47", "task_description": "Configure the workflow to allow users with the \"Manager\" role to transition issues in the \"Feature\" tracker from the \"Closed\" status back to \"New\".", "task_type": "operation", "start_url": "__PROJECT__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/workflows/edit?role_id[]=3&tracker_id[]=2&used_statuses_only=0\", \"dom_extractor\": \"document.getElementById('transitions_5_1_always').checked\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"\"}}"} {"task_id": "48", "task_description": "Create a new role named \"QC\", and configure the workflow so that users with this role can set issues in the \"Bug\" tracker to the \"In Progress\" status.", "task_type": "operation", "start_url": "__PROJECT__", "steps": "18", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.getElementById('transitions_0_2_always').checked\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"\"}}"} {"task_id": "49", "task_description": "Rename role \"Testing\" to \"QA\".", "task_type": "operation", "start_url": "__PROJECT__", "steps": "5", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/roles\", \"dom_extractor\": \"[...document.querySelectorAll('.ui-sortable .givable .name')].some(el => el.textContent.includes('QA'))\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"\"}}"} {"task_id": "50", "task_description": "Create a new status \"Pending\" for Issue", "task_type": "operation", "start_url": "__PROJECT__", "steps": "5", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/issue_statuses\", \"dom_extractor\": \"[...document.querySelectorAll('.ui-sortable .name')].some(el => el.textContent.includes('Pending'))\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"\"}}"} {"task_id": "51", "task_description": "Create a custom field named \"Test Case Link\" of type Link in the Bug Tracker module, visible to all users and applicable to all projects.", "task_type": "operation", "start_url": "__PROJECT__", "steps": "10", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/custom_fields?tab=IssueCustomField\", \"dom_extractor\": \"[...document.querySelectorAll('a')].find(a => a.textContent.trim() === 'Test Case Link')?.closest('tr')?.children[1]?.textContent.trim()\", \"match_type\": \"exact\", \"match_value\": \"Link\", \"description\": \"\"}}"} {"task_id": "52", "task_description": "Move the \"Closed\" issue status to the last position in the \"Issue statuses\" board configuration.", "task_type": "operation", "start_url": "__PROJECT__", "steps": "4", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/issue_statuses\", \"dom_extractor\": \"document.querySelector('tbody tr:last-child .name').innerText\", \"match_type\": \"exact\", \"match_value\": \"Closed\", \"description\": \"\"}}"} {"task_id": "53", "task_description": "Create a new quotation for customer \"Abigail Peterson\" with 1 unit of the product \"Cheese Burger\"", "task_type": "operation", "start_url": "__ERP__", "steps": "4", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web#action=485&model=sale.order&view_type=list&cids=1&menu_id=305\", \"dom_extractor\": \"document.querySelector('tbody.ui-sortable tr.o_data_row div[name=\\\"amount_total\\\"]').innerText\", \"match_type\": \"exact\", \"match_value\": \"$ 8.05\", \"description\": \"Verify the total amount displayed in the 'amount_total' column of the data table.\"}}"} {"task_id": "54", "task_description": "Convert quotation \"S00003\" to a confirmed sales order.", "task_type": "operation", "start_url": "__ERP__", "steps": "5", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web#id=3&menu_id=305&action=485&model=sale.order&view_type=form\", \"dom_extractor\": \"Array.from(document.querySelectorAll('button[role=\\\"radio\\\"]')).find(btn => btn.textContent.trim() === 'Sales Order')?.getAttribute('aria-checked') === 'true'\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"Verify that the 'Sales Order' radio button is selected (aria-checked is true).\"}}"} {"task_id": "55", "task_description": "Create a new product named 'Pizza Pineapple' and set its sale price to 10 dollars.", "task_type": "operation", "start_url": "__ERP__", "steps": "9", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web#action=498&model=product.template&view_type=kanban&menu_id=315\", \"dom_extractor\": \"Array.from(document.querySelectorAll('.oe_kanban_details')).find(c => c.querySelector('.o_kanban_record_title span')?.textContent.trim() === 'Pizza Pineapple')?.querySelector('[name=\\\"list_price\\\"] span')?.textContent.trim()\", \"match_type\": \"exact\", \"match_value\": \"$ 10.00\", \"description\": \"Verify that the product 'Pizza Pineapple' has a list price of 10 in the kanban view.\"}}"} {"task_id": "56", "task_description": "Create a new restaurant floor layout named 'Ground Floor' for Restaurant", "task_type": "operation", "start_url": "__ERP__", "steps": "10", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/pos/ui?config_id=2#cids=1\", \"dom_extractor\": \"!!Array.from(document.querySelectorAll('.floor-selector button')).find(btn => btn.textContent.trim() === 'Main Floor')\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"Verify that the 'Main Floor' button exists in the floor selector.\"}}"} {"task_id": "57", "task_description": "Add a new table named 'Table 5' to floor 'Second Floor' of NYC Shop", "task_type": "operation", "start_url": "__ERP__", "steps": "10", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?reload=true#id=5&cids=1&menu_id=251&action=408&model=restaurant.floor&view_type=form\", \"dom_extractor\": \"[...document.querySelectorAll('tbody.ui-sortable tr.o_data_row')].some(tr => tr.querySelector('td[name=\\\"name\\\"]')?.innerText.includes('Table 5'))\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"Check if there is a row in the table containing the text 'Table 5' in the 'name' column.\"}}"} {"task_id": "58", "task_description": "Create a Point of Sale named 'Purple Shop'", "task_type": "operation", "start_url": "__ERP__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?reload=true#action=395&model=pos.config&view_type=list&cids=1&menu_id=243\", \"dom_extractor\": \"!!Array.from(document.querySelectorAll('tbody.ui-sortable tr')).find(tr => tr.querySelector('td[name=\\\"name\\\"]')?.textContent.trim() === 'Purple Shop')\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"Verify that a row with the exact text 'Purple Shop' exists in the 'name' column of the table.\"}}"} {"task_id": "59", "task_description": "Start a new Point of Sale session for \"New Shop\"", "task_type": "operation", "start_url": "__ERP__", "steps": "7", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?reload=true#action=394&model=pos.config&view_type=kanban&cids=1&menu_id=223\", \"dom_extractor\": \"!!Array.from(document.querySelectorAll('.o_kanban_record')).find(card => card.textContent.includes('NYC Shop') && card.querySelector('button')?.textContent.trim() === 'Continue Selling')\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"Verify that the kanban card for 'NYC Shop' contains a button labeled 'Continue Selling'.\"}}"} {"task_id": "60", "task_description": "Close the current PoS session for 'NM Shop', automatically validating any open or unpaid orders.", "task_type": "operation", "start_url": "__ERP__", "steps": "12", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?reload=true#action=394&model=pos.config&view_type=kanban&cids=1&menu_id=223\", \"dom_extractor\": \"!!Array.from(document.querySelectorAll('.o_kanban_record')).find(card => card.textContent.includes('NM Shop') && card.querySelector('button')?.textContent.trim() === 'New Session')\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"Verify that the kanban card for 'NM Shop' contains a button labeled 'New Session'.\"}}"} {"task_id": "61", "task_description": "Split the bill for \"Table 3\" in the Main Floor of the \"Restaurant\" by moving the item 'Cheese Burger' to a separate bill.", "task_type": "operation", "start_url": "__ERP__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?reload=true#action=380&model=pos.order&view_type=list&cids=1&menu_id=231\", \"dom_extractor\": \"document.querySelector('tr.o_data_row td[name=\\\"amount_total\\\"] span')?.innerText\", \"match_type\": \"exact\", \"match_value\": \"$ 8.05\", \"description\": \"Verify that the total amount in the first order row is '$ 8.05'.\"}}"} {"task_id": "62", "task_description": "Create a new lead for customer with email \"account.test.2@mynes.com\" interested in 'Website Design Services'.", "task_type": "operation", "start_url": "__ERP__", "steps": "7", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?reload=true#action=445&model=crm.lead&view_type=list&cids=1&menu_id=284\", \"dom_extractor\": \"!!Array.from(document.querySelectorAll('tr.o_data_row')).find(tr => tr.querySelector('td[name=\\\"email_from\\\"]')?.textContent.trim().includes('account.test.2@mynes.com') && tr.querySelector('td[name=\\\"name\\\"]')?.textContent.trim().includes('Web design'))\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"Verify that a CRM lead exists with email containing 'account.test.2@mynes.com' and title containing 'Web design'.\"}}"} {"task_id": "63", "task_description": "Assign a salesperson \"Marc Demo\" to a lead \"Website Development\"", "task_type": "operation", "start_url": "__ERP__", "steps": "7", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?reload=true#action=445&model=crm.lead&view_type=list&cids=1&menu_id=284\", \"dom_extractor\": \"Array.from(document.querySelectorAll('tr.o_data_row')).find(tr => tr.querySelector('td[name=\\\"name\\\"]')?.textContent.trim() === 'Website Development')?.querySelector('td[name=\\\"user_id\\\"]')?.textContent.trim()\", \"match_type\": \"exact\", \"match_value\": \"Marc Demo\", \"description\": \"Verify that the lead named 'Web design' is assigned to the user 'Marc Demo'.\"}}"} {"task_id": "64", "task_description": "Create a regular invoice from the sales order with reference number S00021.", "task_type": "operation", "start_url": "__ERP__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?reload=true#action=484&model=sale.order&view_type=list&cids=1&menu_id=308\", \"dom_extractor\": \"Array.from(document.querySelectorAll('tr.o_data_row')).find(tr => tr.querySelector('td[name=\\\"name\\\"]')?.textContent.trim() === 'S00021')?.querySelector('td[name=\\\"invoice_status\\\"]').textContent.trim()\", \"match_type\": \"exact\", \"match_value\": \"Fully Invoiced\", \"description\": \"Verify that the sale order 'S00021' has invoice status 'Fully Invoiced'.\"}}"} {"task_id": "65", "task_description": "Register \"Cash Restaurant\" for invoice \"INV/2025/00005\"", "task_type": "operation", "start_url": "__ERP__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?reload=true#action=243&model=account.move&view_type=list&cids=1&menu_id=113\", \"dom_extractor\": \"Array.from(document.querySelectorAll('tr.o_data_row')).find(tr => tr.querySelector('td[name=\\\"name\\\"]')?.textContent.trim() === 'INV/2025/00005')?.querySelector('td[name=\\\"payment_state\\\"]').textContent.trim()\", \"match_type\": \"exact\", \"match_value\": \"Paid\", \"description\": \"Verify that the invoice 'INV/2025/00005' has payment state 'Paid'.\"}}"} {"task_id": "66", "task_description": "Create a new employee profile named \"Employee 1\" with the email \"account.test.5@mynes.com\".", "task_type": "operation", "start_url": "__ERP__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?reload=true#action=515&model=hr.employee&view_type=kanban&cids=1&menu_id=346\", \"dom_extractor\": \"Array.from(document.querySelectorAll('div.o_kanban_record')).find(card => card.textContent.includes('account.test.5@mynes.com'))?.querySelector('.o_kanban_record_title span')?.textContent.trim()\", \"match_type\": \"exact\", \"match_value\": \"Employee 1\", \"description\": \"Verify that the employee card with email 'account.test.5@mynes.com' has the name 'Employee 1'.\"}}"} {"task_id": "67", "task_description": "Update the employee named \"Employee 2\" by setting their Job Position to \"Web Developer\" using the Job Position placeholder field.", "task_type": "operation", "start_url": "__ERP__", "steps": "9", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?reload=true#action=515&model=hr.employee&view_type=kanban&cids=1&menu_id=343\", \"dom_extractor\": \"Array.from(document.querySelectorAll('div.o_kanban_record')).find(card => card.textContent.includes('Employee 2'))?.querySelector('.o_kanban_record_subtitle span')?.textContent.trim()\", \"match_type\": \"exact\", \"match_value\": \"Web Developer\", \"description\": \"Verify that the employee named 'Employee 2' has the job title 'Web Developer'.\"}}"} {"task_id": "68", "task_description": "Create new job position \"QC Manager\"", "task_type": "operation", "start_url": "__ERP__", "steps": "10", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?reload=true#action=511&model=hr.job&view_type=list&cids=1&menu_id=359\", \"dom_extractor\": \"[...document.querySelectorAll('tbody.ui-sortable tr.o_data_row')].some(tr => tr.querySelector('td[name=\\\"name\\\"]')?.innerText.includes('QC Manager'))\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"Verify that job position 'QC Manager' has been created by agent.\"}}"} {"task_id": "69", "task_description": "Create new employment type \"Internship\"", "task_type": "operation", "start_url": "__ERP__", "steps": "9", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?reload=true#action=510&model=hr.contract.type&view_type=list&cids=1&menu_id=360\", \"dom_extractor\": \"[...document.querySelectorAll('tbody.ui-sortable tr.o_data_row')].some(tr => tr.querySelector('td[name=\\\"name\\\"]')?.innerText.includes('Internship'))\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"Verify that the contract type list contains at least one entry with the name 'Internship'.\"}}"} {"task_id": "70", "task_description": "Move \"Full-Time\" to the first position in the list of employment types.", "task_type": "operation", "start_url": "__ERP__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?reload=true#action=510&model=hr.contract.type&view_type=list&cids=1&menu_id=360\", \"dom_extractor\": \"document.querySelector('tbody.ui-sortable tr.o_data_row td[name=\\\"name\\\"]').innerText\", \"match_type\": \"exact\", \"match_value\": \"Full-time\", \"description\": \"Verify that the first contract type in the list is labeled 'Full-time'.\"}}"} {"task_id": "71", "task_description": "Allocate 2 days of Paid Time Off exclusively to Cherry Nguyen.", "task_type": "operation", "start_url": "__ERP__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?reload=true#action=542&model=hr.leave.allocation&view_type=list&cids=1&menu_id=372\", \"dom_extractor\": \"document.querySelector('tr.o_data_row')?.querySelector('td[name=\\\"employee_id\\\"]')?.innerText.includes('Cherry Nguyen') ? document.querySelector('tr.o_data_row')?.querySelector('td[name=\\\"duration_display\\\"]')?.innerText.trim() : null\", \"match_type\": \"exact\", \"match_value\": \"2 days\", \"description\": \"Verify that the leave duration for employee 'Cherry Nguyen' is '2 days'.\"}}"} {"task_id": "72", "task_description": "List the names of all direct reports under Paul Williams in the org chart and return them as a comma-separated string.", "task_type": "operation", "start_url": "__ERP__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"string_match\"], \"string_match\": {\"match_type\": \"contains\", \"match_value\": [\"Beth Evans\", \"Walter Horton\"]}}"} {"task_id": "73", "task_description": "Create a new Time off type named 'Marriage Leave'.", "task_type": "operation", "start_url": "__ERP__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?reload=true#action=539&model=hr.leave.type&view_type=list&cids=1&menu_id=377\", \"dom_extractor\": \"!![...document.querySelectorAll('td[name=\\\"display_name\\\"]')].find(td => td.innerText.includes('Marriage Leave'))\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"Verify that a leave type containing 'Marriage Leave' exists in the list.\"}}"} {"task_id": "74", "task_description": "Approve all time off requests submitted by Anita Olivier.", "task_type": "operation", "start_url": "__ERP__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?reload=true#action=535&model=hr.leave&view_type=list&cids=1&menu_id=371\", \"dom_extractor\": \"!![...document.querySelectorAll('td[name=\\\"all_employee_ids\\\"] .o_tag_badge_text')].find(el => el.textContent.trim().includes('Anita Oliver'))\", \"match_type\": \"exact\", \"match_value\": false, \"description\": \"Verify that 'Anita Oliver' is no longer listed in the employee tags for leave records.\"}}"} {"task_id": "75", "task_description": "Activate the Project module from the Apps menu", "task_type": "operation", "start_url": "__ERP__", "steps": "10", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?reload=true#action=38&model=ir.module.module&view_type=list&cids=1&menu_id=15\", \"dom_extractor\": \"Array.from(document.querySelectorAll('tr.o_data_row')).find(tr => tr.querySelector('td[name=\\\"shortdesc\\\"]')?.textContent.trim() === 'Project')?.querySelector('td[name=\\\"state\\\"]').innerText.trim()\", \"match_type\": \"exact\", \"match_value\": \"Installed\", \"description\": \"Verify that the 'Project' module has the state 'Installed'.\"}}"} {"task_id": "76", "task_description": "Change the email address of \"Alaska Company\" to email \"account.test.4@mynes.com\".", "task_type": "operation", "start_url": "__ERP__", "steps": "11", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?debug=#action=52&model=res.company&view_type=kanban&cids=1&menu_id=57\", \"dom_extractor\": \"!![...document.querySelectorAll('.o_kanban_record')].find(div => div.innerText.includes('Alaska Company') && div.innerText.includes('account.test.4@mynes.com'))\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"Verify that the kanban card for 'Alaska Company' contains the email 'account.test.4@mynes.com'.\"}}"} {"task_id": "77", "task_description": "Create a stock adjustment for product 'Pizza Starfruit' with quantity 200", "task_type": "operation", "start_url": "__ERP__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?debug=#action=498&model=product.template&view_type=list&cids=1&menu_id=315\", \"dom_extractor\": \"Array.from(document.querySelectorAll('tr.o_data_row')).find(tr => tr.querySelector('td[name=\\\"name\\\"]')?.textContent.trim() === 'Pizza Starfruit')?.querySelector('td[name=\\\"qty_available\\\"]').textContent.trim()\", \"match_type\": \"exact\", \"match_value\": \"200.00\", \"description\": \"Verify that the product 'Pizza Starfruit' has an available quantity of 200.00.\"}}"} {"task_id": "78", "task_description": "Duplicate the sales order S00006", "task_type": "operation", "start_url": "__ERP__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?debug=#action=484&model=sale.order&view_type=list&cids=1&menu_id=308\", \"dom_extractor\": \"document.querySelector('tbody.ui-sortable tr.o_data_row td[name=\\\"amount_total\\\"]').innerText.trim()\", \"match_type\": \"exact\", \"match_value\": \"$ 862.50\", \"description\": \"Verify that the total amount in the first sale order row is '$ 862.50'.\"}}"} {"task_id": "79", "task_description": "Create a new warehouse location named 'Freezer Room'.", "task_type": "operation", "start_url": "__ERP__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?debug=#action=329&model=stock.warehouse&view_type=list&cids=1&menu_id=196\", \"dom_extractor\": \"[...document.querySelectorAll('tbody.ui-sortable tr.o_data_row')].some(tr => tr.querySelector('td[name=\\\"complete_name\\\"]')?.innerText.includes('Freezer Room'))\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"Verify that a warehouse named 'Freezer Room' exists in the list.\"}}"} {"task_id": "80", "task_description": "Cancel the quotation S00004", "task_type": "operation", "start_url": "__ERP__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?debug=#action=485&model=sale.order&view_type=list&cids=1&menu_id=307\", \"dom_extractor\": \"Array.from(document.querySelectorAll('tr.o_data_row')).find(tr => tr.querySelector('td[name=\\\"name\\\"]')?.textContent.trim() === 'S00033')?.querySelector('td[name=\\\"state\\\"]').innerText.trim()\", \"match_type\": \"exact\", \"match_value\": \"Cancelled\", \"description\": \"Verify that the sale order 'S00033' has a status of 'Cancelled'.\"}}"} {"task_id": "81", "task_description": "Change the stage of opportunity 'AI Agent Development' to 'Won'.", "task_type": "operation", "start_url": "__ERP__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?debug=#action=448&model=crm.lead&view_type=list&cids=1&menu_id=280\", \"dom_extractor\": \"Array.from(document.querySelectorAll('tr.o_data_row')).find(tr => tr.querySelector('td[name=\\\"name\\\"]')?.textContent.trim() === 'AI Agent Development')?.querySelector('td[name=\\\"stage_id\\\"]').innerText.trim()\", \"match_type\": \"exact\", \"match_value\": \"Won\", \"description\": \"Verify that the CRM opportunity 'AI Agent Development' is in the 'Won' stage.\"}}"} {"task_id": "82", "task_description": "Terminate employee 'Employee 4' effective today.", "task_type": "operation", "start_url": "__ERP__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?debug=#id=23&cids=1&menu_id=346&action=515&model=hr.employee&view_type=form\", \"dom_extractor\": \"document.querySelector('.o_content span').innerText\", \"match_type\": \"exact\", \"match_value\": \"ARCHIVED\", \"description\": \"Verify that the employee's status is shown as 'ARCHIVED' on the form view.\"}}"} {"task_id": "83", "task_description": "Send a message to user \"Alice Lam\" with the content \"Please review the sales report.\"", "task_type": "operation", "start_url": "__ERP__", "steps": "4", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web#action=119&cids=1&menu_id=76&active_id=discuss.channel_6\", \"dom_extractor\": \"[...document.querySelectorAll('div.o-mail-Message p')].pop().innerText.trim()\", \"match_type\": \"exact\", \"match_value\": \"Please review the sales report.\", \"description\": \"Verify that the last message in the discussion channel is 'Please review the sales report.'.\"}}"} {"task_id": "84", "task_description": "Start a new channel named \"Dev Team Chat\".", "task_type": "operation", "start_url": "__ERP__", "steps": "4", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?reload=true#action=119&cids=1&menu_id=76\", \"dom_extractor\": \"[...document.querySelectorAll('button.o-mail-DiscussSidebarChannel')].some(btn => btn.innerText.includes('Dev Team Chat'))\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"Verify that the sidebar contains a discussion channel named 'Dev Team Chat'.\"}}"} {"task_id": "85", "task_description": "Add Alice Lam and Marc Demo to an existing channel called 'QC Team'.", "task_type": "operation", "start_url": "__ERP__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?reload=true#action=119&cids=1&menu_id=76&active_id=discuss.channel_7\", \"dom_extractor\": \"[...document.querySelectorAll('.o_mail_notification')].map(div => div.innerText).some(t => t.includes('invited') && t.includes('Alice Lam')) && [...document.querySelectorAll('.o_mail_notification')].map(div => div.innerText).some(t => t.includes('invited') && t.includes('Marc Demo'))\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"Verify that both 'Khanh Nguyen' and 'Marc Demo' were invited to the discussion channel, based on notification messages.\"}}"} {"task_id": "86", "task_description": "Send a message \"Standup at 9 AM\" in channel \"Company Portal\".", "task_type": "operation", "start_url": "__ERP__", "steps": "4", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web#action=119&cids=1&menu_id=76&active_id=discuss.channel_10\", \"dom_extractor\": \"[...document.querySelectorAll('div.o-mail-Message p')].pop().innerText.trim()\", \"match_type\": \"exact\", \"match_value\": \"Standup at 9 AM\", \"description\": \"Verify that the last message in the discussion channel is 'Standup at 9 AM'.\"}}"} {"task_id": "87", "task_description": "React to the latest message in 'Company Portal' with a 'thumbs up' emoji.", "task_type": "operation", "start_url": "__ERP__", "steps": "5", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web#action=119&cids=1&menu_id=76&active_id=discuss.channel_10\", \"dom_extractor\": \"[...document.querySelectorAll('button.o-mail-MessageReaction')].at(-1)?.querySelector('span').innerText\", \"match_type\": \"exact\", \"match_value\": \"πŸ‘\", \"description\": \"Verify that the last reaction in the message thread is a thumbs up (πŸ‘).\"}}"} {"task_id": "88", "task_description": "Mention user \"Marc Demo\" in a message inside channel \"Company Portal\".", "task_type": "operation", "start_url": "__ERP__", "steps": "5", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web#action=119&cids=1&menu_id=76&active_id=discuss.channel_10\", \"dom_extractor\": \"[...document.querySelectorAll('div.o-mail-Message')].pop().innerText.includes('@Marc Demo')\", \"match_type\": \"exact\", \"match_value\": true, \"description\": \"Verify that the most recent message in the discussion mentions '@Marc Demo'.\"}}"} {"task_id": "89", "task_description": "Find the content of the latest pinned message in \"Company Portal\" and return the text only.", "task_type": "operation", "start_url": "__ERP__", "steps": "4", "require_login": true, "eval": "{\"eval_type\": [\"string_match\"], \"string_match\": {\"match_type\": \"contains\", \"match_value\": \"Status meeting at 9:00 in the morning\"}}"} {"task_id": "90", "task_description": "Find the status of the sales record with reference S00002 and return the value only.", "task_type": "lookup", "start_url": "__ERP__", "steps": "3", "require_login": true, "eval": "{\"eval_type\": [\"string_match\"], \"string_match\": {\"match_type\": \"exact\", \"match_value\": \"Quotation\"}}"} {"task_id": "91", "task_description": "Find the untaxed total amount of sales order S00004 and return the value only.", "task_type": "lookup", "start_url": "__ERP__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"string_match\"], \"string_match\": {\"match_type\": \"contains\", \"match_value\": \"2,240.00\"}}"} {"task_id": "92", "task_description": "Find the weight of the product 'Office Chair Black' and return the value only.", "task_type": "lookup", "start_url": "__ERP__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"string_match\"], \"string_match\": {\"match_type\": \"exact\", \"match_value\": \"0.01\"}}"} {"task_id": "93", "task_description": "Find the shipping policy for sales order S00004 and return the policy text only.", "task_type": "lookup", "start_url": "__ERP__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"string_match\"], \"string_match\": {\"match_type\": \"exact\", \"match_value\": \"As soon as possible\"}}"} {"task_id": "94", "task_description": "Find the most recent school attended by Tina Williamson in the Education section and return only the school name.", "task_type": "lookup", "start_url": "__ERP__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"string_match\"], \"string_match\": {\"match_type\": \"contains\", \"match_value\": \"Wycheproof P-12 College\"}}"} {"task_id": "95", "task_description": "View the work address of employee \"Randall Lewis.\"", "task_type": "lookup", "start_url": "__ERP__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('[name=\\\"address_id\\\"] .o_field_many2one_extra')?.innerText.trim()\", \"match_type\": \"contains\", \"match_value\": [\"250 Executive Park Blvd, Suite 3400\", \"San Francisco CA 94134\", \"United States\"], \"description\": \"Verify that Randall Lewis' work address is displayed correctly.\"}}"} {"task_id": "96", "task_description": "Find the parental leave days for Ronnie Hart and return the value only.", "task_type": "lookup", "start_url": "__ERP__", "steps": "4", "require_login": true, "eval": "{\"eval_type\": [\"string_match\"], \"string_match\": {\"match_type\": \"contains\", \"match_value\": \"10\"}}"} {"task_id": "97", "task_description": "Convert the lead named \"Website Development\" into an opportunity and set the expected revenue to $50,000.", "task_type": "operation", "start_url": "__ERP__", "steps": "10", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web#id=46&cids=1&menu_id=280&action=448&model=crm.lead&view_type=form\", \"dom_extractor\": \"document.querySelector('#expected_revenue_0').value\", \"match_type\": \"exact\", \"match_value\": \"$ 50,000.00\", \"description\": \"Verify that the expected revenue for the lead titled 'Website Development' is '$ 50,000.00'.\"}}"} {"task_id": "98", "task_description": "Transfer 10 units of \"Office Chair Black\" from POS/Shop to WH/Stock. ", "task_type": "operation", "start_url": "__ERP__", "steps": "10", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web#id=17&cids=1&menu_id=204&action=354&model=product.template&view_type=form\", \"dom_extractor\": \"document.querySelector('[name=\\\"qty_available\\\"]').innerText\", \"match_type\": \"contains\", \"match_value\": \"25\", \"description\": \"\"}}"} {"task_id": "99", "task_description": "Apply a 10% discount to the product Pizza Starfruit and return the final total value displayed in quotation S00028.", "task_type": "operation", "start_url": "__ERP__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"string_match\"], \"string_match\": {\"match_type\": \"contains\", \"match_value\": \"12.94\"}}"} {"task_id": "100", "task_description": "Change the tags of the opportunity titled \"5 VP Chairs\" to \"Product\"", "task_type": "operation", "start_url": "__ERP__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__ERP__/web?reload=true#id=22&cids=1&menu_id=280&action=448&model=crm.lead&view_type=form\", \"dom_extractor\": \"document.querySelector('[name=\\\"tag_ids\\\"]').innerText\", \"match_type\": \"exact\", \"match_value\": \"Product\", \"description\": \"\"}}"} {"task_id": "101", "task_description": "Add \"Overnight Duffle\" to comparison, then add \"Strive Shoulder Pack\" to comparison, and open the Compare Products page.", "task_type": "operation", "start_url": "__SHOPPING__", "steps": "9", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__SHOPPING__/catalog/product_compare/\", \"dom_extractor\": \"document.querySelector('tbody').innerText\", \"match_type\": \"contains\", \"match_value\": [\"Strive Shoulder Pack\", \"Overnight Duffle\"], \"description\": \"Both compared products appear in the table\"}}"} {"task_id": "102", "task_description": "Add a new shipping address: 55 Nguyen Van Cu Street, Ho Chi Minh City, 70000, Vietnam, with the phone number 0912345678, and set it as the default shipping address.", "task_type": "form", "start_url": "__SHOPPING__", "steps": "14", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__LMS__/customer/address/\", \"dom\": \"document.querySelector('.box-address-shipping address')?.innerText\", \"match_type\": \"contains\", \"match_value\": [\"55 Nguyen Van Cu\", \"Ho Chi Minh\", \"70000\", \"Vietnam\", \"0912345678\"]}}"} {"task_id": "103", "task_description": "Update the street of my default billing address to \"2222 Sai Gon\".", "task_type": "operation", "start_url": "__SHOPPING__", "steps": "7", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__SHOPPING__/customer/address/edit/id/3/\", \"dom_extractor\": \"document.querySelector('#street_1').value\", \"match_type\": \"exact\", \"match_value\": \"2222 Sai Gon\", \"description\": \"Verify the street of the default billing address is updated to '2222 Sai Gon'.\"}}"} {"task_id": "104", "task_description": "Add a product review for \"Didi Sport Watch\" with a 4-star rating and a short comment.", "task_type": "operation", "start_url": "__SHOPPING__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('.message-success.success.message')?.innerText.trim()\", \"match_type\": \"exact\", \"match_value\": \"You submitted your review for moderation.\", \"description\": \"Verify review submission success message after adding a review for 'Didi Sport Watch'.\"}}"} {"task_id": "105", "task_description": "Print Order 000000008.", "task_type": "operation", "start_url": "__SHOPPING__", "steps": "5", "require_login": true, "eval": "{\"eval_type\": [\"url_match\"], \"url_match\": {\"match_type\": \"exact\", \"match_value\": \"__SHOPPING__/sales/order/print/order_id/8/\"}}"} {"task_id": "106", "task_description": "View details of the last Men’s Indoor Short.", "task_type": "operation", "start_url": "__SHOPPING__", "steps": "5", "require_login": false, "eval": "{\"eval_type\": [\"url_match\"], \"url_match\": {\"match_type\": \"exact\", \"match_value\": \"__SHOPPING__/pierce-gym-short.html\"}}"} {"task_id": "107", "task_description": "Empty the shopping cart and add three products: \"Deirdre Relaxed-Fit\", \"Sylvia Capri\", and \"Aeon Capri\" to cart", "task_type": "operation", "start_url": "__SHOPPING__", "steps": "16", "require_login": false, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"__SHOPPING__/checkout/cart/\", \"dom_extractor\": \"(() => { const items = [...document.querySelectorAll('#shopping-cart-table tbody.cart.item')]; const names = items.map(t => t.querySelector('.product-item-name a')?.innerText); return (items.length === 3 && names.includes('Deirdre Relaxed-Fit Capri') && names.includes('Sylvia Capri') && names.includes('Aeon Capri')) ? \\\"1\\\" : \\\"0\\\"; })()\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify the shopping cart contains exactly three items: Deirdre Relaxed-Fit Capri, Sylvia Capri, and Aeon Capri.\"}}"} {"task_id": "108", "task_description": "View the lowest-priced product detail page in Women > Pants.", "task_type": "lookup", "start_url": "__SHOPPING__", "steps": "6", "require_login": false, "eval": "{\"eval_type\": [\"url_match\"], \"url_match\": {\"match_type\": \"contains\", \"match_value\": \"karmen-yoga-pant.html\"}}"} {"task_id": "109", "task_description": "Find all products with keyword \"short\" priced between $40 and $42.", "task_type": "lookup", "start_url": "__SHOPPING_ADMIN__", "steps": "7", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('.admin__control-support-text').innerText\", \"match_type\": \"exact\", \"match_value\": \"30 records found\", \"description\": \"Verify product search results for keyword 'short' priced between $40 and $42\"}}"} {"task_id": "110", "task_description": "Navigate to Returns and Replacements service", "task_type": "lookup", "start_url": "__SHOPPING__", "steps": "1", "require_login": false, "eval": "{\"eval_type\": [\"url_match\"], \"url_match\": {\"match_type\": \"exact\", \"match_value\": \"__SHOPPING__/customer-service\"}}"} {"task_id": "111", "task_description": "Navigate to the default shipping address of customer \"Veronica Costello.\"", "task_type": "lookup", "start_url": "__SHOPPING_ADMIN__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"url_match\", \"dom_match\"], \"url_match\": {\"match_type\": \"contains\", \"match_value\": \"customer/index/edit/id/1\"}, \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('.address-information.shipping-address .address_caption').innerText\", \"match_type\": \"exact\", \"match_value\": \"Default Shipping Address\", \"description\": \"Verify the caption of the default shipping address block for customer 'Veronica Costello'.\"}}"} {"task_id": "112", "task_description": "Update the approval status of rating \"291\" to 'Not Approved'.", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "7", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__SHOPPING_ADMIN__/review/product/edit/id/291\", \"dom_extractor\": \"document.querySelector('#status_id option:checked').innerText\", \"match_type\": \"exact\", \"match_value\": \"Not Approved\", \"description\": \"Verify selected review status equals 'Not Approved' for review ID 291.\"}}"} {"task_id": "113", "task_description": "Create a customer group named \"Wholesale-10\", then assign the customer \"account.test.5@mynes.com\" to this group.\n.", "task_type": "form", "start_url": "__SHOPPING_ADMIN__", "steps": "10", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"([...document.querySelectorAll('tbody tr')].some(r => r.cells[3]?.innerText.trim() === 'account.test.5@mynes.com' && r.cells[4]?.innerText.trim() === 'Wholesale-10')) ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify there is a table row where Email = 'account.test.5@mynes.com' and Group = 'Wholesale-10'.\"}}"} {"task_id": "114", "task_description": "Create a configurable product \"Aether Gym Short\" with attributes Size (S, M, L) and Color (Black, Gray), priced at $55.", "task_type": "form", "start_url": "__SHOPPING_ADMIN__", "steps": "20", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"JSON.stringify(Array.from(document.querySelectorAll('table.admin__dynamic-rows.data-grid tbody tr.data-row')).map(r => r.querySelector('td[data-index=\\\"name_container\\\"] .control-table-text span[data-index=\\\"name_text\\\"]').innerText.trim()))\", \"match_type\": \"exact\", \"match_value\": \"[\\\"Aether Gym Short-Black-S\\\",\\\"Aether Gym Short-Black-M\\\",\\\"Aether Gym Short-Black-L\\\",\\\"Aether Gym Short-Gray-S\\\",\\\"Aether Gym Short-Gray-M\\\",\\\"Aether Gym Short-Gray-L\\\"]\", \"description\": \"Verify all 6 generated simple products for configurable item.\"}}"} {"task_id": "115", "task_description": "Enable Cash On Delivery Payment method", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('#payment_us_cashondelivery_active').value\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify Cash On Delivery method is enabled (value=1).\"}}"} {"task_id": "116", "task_description": "View the Coupons Report for the date range from March 10, 2025 to March 31, 2025.", "task_type": "lookup", "start_url": "__SHOPPING_ADMIN__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"((document.querySelector('.page-title')?.innerText.trim() === 'Coupons Report') && (document.querySelector('#sales_report_from')?.value.trim() === '3/10/25') && (document.querySelector('#sales_report_to')?.value.trim() === '3/31/25')) ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify the Coupons Report page is displayed and the date range is correctly set to March 10–31, 2025.\"}}"} {"task_id": "117", "task_description": "Show all products with color Lavender.", "task_type": "lookup", "start_url": "__SHOPPING_ADMIN__", "steps": "10", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('.admin__control-support-text').innerText\", \"match_type\": \"exact\", \"match_value\": \"5 records found\", \"description\": \"show all products with color Lavender\"}}"} {"task_id": "118", "task_description": "Show all female customers.", "task_type": "lookup", "start_url": "__SHOPPING_ADMIN__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"url_match\", \"dom_match\"], \"url_match\": {\"match_type\": \"contains\", \"match_value\": \"customer/index/index\"}, \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('.admin__control-support-text').innerText\", \"match_type\": \"exact\", \"match_value\": \"1 records found\", \"description\": \"Customer grid is filtered to show female customers.\"}}"} {"task_id": "119", "task_description": "Change the order status from \"Suspected Fraud\" to \"Suspected Fraud (Untrusted)\".", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"Array.from(document.querySelectorAll('table tbody tr')).find(r => r.querySelector('.col-status')?.innerText.trim() === 'fraud')?.querySelector('.col-label')?.innerText.trim()\", \"match_type\": \"exact\", \"match_value\": \"Suspected Fraud (Untrusted)\", \"description\": \"Verify the order status changed from 'Suspected Fraud' to 'Suspected Fraud (Untrusted)'.\"}}"} {"task_id": "120", "task_description": "Change the payment method name from \"Bank Transfer Payment\" to \"Offline Bank Payment\".", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "10", "require_login": true, "eval": "{\"eval_type\": [\"url_match\", \"dom_match\"], \"url_match\": {\"match_type\": \"contains\", \"match_value\": [\"admin/system_config/edit\", \"section/payment\"]}, \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('#payment_us_banktransfer_title').value\", \"match_type\": \"exact\", \"match_value\": \"Offline Bank Payment\", \"description\": \"Verify the payment method name was updated.\"}}"} {"task_id": "121", "task_description": "Change the Admin Session Lifetime to 12 hours.", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('#admin_security_session_lifetime').value\", \"match_type\": \"exact\", \"match_value\": \"43200\", \"description\": \"Verify Admin Session Lifetime is set to 12 hours (43200 seconds).\"}}"} {"task_id": "122", "task_description": "Edit the status to \"Not Approved\" for the review with content \"These looked really ugly on my feet…\"", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__SHOPPING_ADMIN__/review/product/edit/id/299\", \"dom_extractor\": \"document.querySelector('#status_id option:checked').innerText\", \"match_type\": \"exact\", \"match_value\": \"Not Approved\", \"description\": \"Verify selected review status equals 'Not Approved' for review ID 299.\"}}"} {"task_id": "123", "task_description": "Create user \"account.test.2@mynes.com \", set its manager to \"account.test.1@mynes.com \", then open its Edit page.", "task_type": "form", "start_url": "__LMS__", "steps": "10", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"(document.querySelector('#email')?.value === 'account.test.2@mynes.com' && document.querySelector('#txtManager')?.value === 'qc ONE') ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Ensure email and manager fields are correctly set for the newly created user.\"}}"} {"task_id": "124", "task_description": "Log in as employee using username \"qc.lead.1\" and password \"Admin@123\"", "task_type": "form", "start_url": "__LMS__", "steps": "3", "require_login": false, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('ul.nav.pull-right a.brand')?.innerText.trim()\", \"match_type\": \"exact\", \"match_value\": \"qc ONE\", \"description\": \"Verify that the logged-in username 'qc ONE' is displayed in the top-right navigation bar.\"}}"} {"task_id": "125", "task_description": "Assign account.test.1@mynes.com as the manager of account.test.3@mynes.com.", "task_type": "operation", "start_url": "__LMS__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__LMS__/users/edit/3\", \"dom_extractor\": \"document.querySelector('#txtManager')?.value\", \"match_type\": \"exact\", \"match_value\": \"qc ONE\", \"description\": \"Verify that user ID 3 has manager 'qc ONE'.\"}}"} {"task_id": "126", "task_description": "Submit a two-day \"Paid leave\" request from Dec 6 to Dec 7, 2025, then open its edit page.", "task_type": "form", "start_url": "__LMS__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"(document.querySelector('input[name=\\\"startdate\\\"]')?.value === '06/12/2025' && document.querySelector('input[name=\\\"enddate\\\"]')?.value === '06/13/2025' && document.querySelector('select[name=\\\"type\\\"] option:checked')?.innerText.trim().toLowerCase() === 'paid leave') ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify the two-day Paid leave request (Dec 6–7, 2025) is correctly shown in the edit page.\"}}"} {"task_id": "127", "task_description": "Submit a half-day 'Paid leave' request for the morning of January 16, 2026, and then open its detail page.", "task_type": "form", "start_url": "__LMS__", "steps": "10", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"(document.querySelector('input[name=\\\"startdate\\\"]')?.value === '01/16/2026' && document.querySelector('input[name=\\\"enddate\\\"]')?.value === '01/16/2026' && document.querySelector('select[name=\\\"type\\\"] option:checked')?.innerText.trim().toLowerCase() === 'paid leave' && document.querySelector('select[name=\\\"enddatetype\\\"] option:checked')?.innerText.trim() === 'Morning') ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify the half-day 'Paid leave' request for the morning of January 16, 2026 is correctly shown on the detail page.\"}}"} {"task_id": "128", "task_description": "View the list of submitted leave requests.", "task_type": "lookup", "start_url": "__LMS__", "steps": "2", "require_login": true, "eval": "{\"eval_type\": [\"url_match\"], \"url_match\": {\"match_type\": \"exact\", \"match_value\": \"__LMS__/leaves\"}}"} {"task_id": "129", "task_description": "Cancel the submitted Pending leave request on Oct 9", "task_type": "operation", "start_url": "__LMS__", "steps": "3", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"__LMS__/leaves/leaves/1\", \"dom_extractor\": \"document.querySelector('select[name=\\\"status\\\"] option[selected]')?.innerText\", \"match_type\": \"exact\", \"match_value\": \"Canceled\", \"description\": \"Verify the leave request status is Canceled.\"}}"} {"task_id": "130", "task_description": "Approve a leave request for \"pm ONE\" on December 28.", "task_type": "operation", "start_url": "__LMS__", "steps": "3", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"__LMS__/leaves/requests/12\", \"dom_extractor\": \"document.querySelector('select[name=\\\"status\\\"] option[selected]')?.innerText\", \"match_type\": \"exact\", \"match_value\": \"Accepted\", \"description\": \"Verify the leave request status is Accepted.\"}}"} {"task_id": "131", "task_description": "Reject all leave requests for December 25 and enter a comment indicating that the date is reserved for the wellness day.", "task_type": "operation", "start_url": "__LMS__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"__LMS__/leaves/all\", \"dom_extractor\": \"Array.from(document.querySelectorAll('#leaves tbody tr')).filter(r => r.cells[2]?.innerText.includes('12/25/2025')).every(r => r.cells[6]?.innerText.trim() === 'Rejected') ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify all leave requests for December 25, 2025 are marked as Rejected.\"}}"} {"task_id": "132", "task_description": "Filter pending leave requests by employee \"employee FOUR\"", "task_type": "lookup", "start_url": "__LMS__", "steps": "4", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"__LMS__/requests\", \"dom_extractor\": \"(() => { const r=[...document.querySelectorAll('#leaves tbody tr')].filter(x=>x.offsetParent); return r.length && r.every(x=>x.cells[1]?.innerText.trim()==='employee FOUR') ? '1' : '0'; })();\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify that all displayed pending leave requests belong to employee FOUR.\"}}"} {"task_id": "133", "task_description": "Update a pending leave request to switch from paid leave to sick leave on September 12.", "task_type": "operation", "start_url": "__LMS__", "steps": "7", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"__LMS__/leaves/leaves/15\", \"dom_extractor\": \"(document.querySelector('input[name=\\\"startdate\\\"]')?.value === '09/12/2025' && document.querySelector('input[name=\\\"enddate\\\"]')?.value === '09/12/2025' && document.querySelector('input[name=\\\"duration\\\"]')?.value === '1.000' && document.querySelector('select[name=\\\"type\\\"] option[selected]')?.innerText.trim() === 'Sick leave') ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify the leave request on September 12, 2025 has the correct start date, end date, duration, and leave type updated to Sick leave.\"}}"} {"task_id": "134", "task_description": "Add an internal note to quotation S00002 saying 'Customer requests fast delivery'.", "task_type": "operation", "start_url": "__ERP__", "steps": "3", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"last\", \"dom_extractor\": \"document.querySelector('.o-mail-Thread .o-mail-Message .o-mail-Message-body p')?.innerText\", \"match_type\": \"contains\", \"match_value\": \"Customer requests fast delivery\", \"description\": \"Verify that an internal note saying 'Customer requests fast delivery' was added to the quotation.\"}}"} {"task_id": "135", "task_description": "Create the product 'Ice Cream Vanilla' and assign it to the PoS category 'Food'.", "task_type": "form", "start_url": "__ERP__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"last\", \"dom_extractor\": \"((document.querySelector('#name_0')?.value === 'Ice Cream Vanilla') && (document.querySelector('#categ_id_0')?.value === 'All / Saleable / PoS / Food')) ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify product name is exactly 'Ice Cream Vanilla' and PoS Category is exactly 'All / Saleable / PoS / Food'.\"}}"} {"task_id": "136", "task_description": "Change the manager of user = \"account.test.3@mynes.com\" to manager = \"account.test.5@mynes.com\".", "task_type": "operation", "start_url": "__LMS__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"__LMS__/users/edit/3\", \"dom_extractor\": \"(document.querySelector('input[name=\\\"email\\\"]')?.value === 'account.test.3@mynes.com' && document.querySelector('#txtManager')?.value.trim() === 'pm ONE') ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify that the manager of user account.test.3@mynes.com is updated correctly.\"}}"} {"task_id": "137", "task_description": "Assign a 3-day compensate leave entitlement for \"account.test.3@mynes.com\" for full year 2025.", "task_type": "form", "start_url": "__LMS__", "steps": "14", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"__LMS__/hr/counters/employees/3\", \"dom_extractor\": \"([...document.querySelectorAll('#entitleddaysemployee tbody tr')].some(r => r.cells[0]?.innerText.trim()==='01/01/2025' && r.cells[1]?.innerText.trim()==='12/31/2025' && r.cells[2]?.innerText.trim()==='3.00' && r.cells[3]?.innerText.trim()==='compensate')) ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify a 3-day compensate leave entitlement was added for full year 2025.\"}}"} {"task_id": "138", "task_description": "Change the login username of \"account.test.4@mynes.com\" to \"developer4\".", "task_type": "operation", "start_url": "__LMS__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"__LMS__/users/edit/4\", \"dom_extractor\": \"(document.querySelector('input[name=\\\"email\\\"]')?.value === 'account.test.4@mynes.com' && document.querySelector('input[name=\\\"login\\\"]')?.value === 'developer4') ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify that the login username for account.test.4@mynes.com is updated to developer4.\"}}"} {"task_id": "139", "task_description": "Submit a 3-hour overtime request for Dec 31, 2025 with the reason 'Regression testing after bug fixing'.", "task_type": "operation", "start_url": "__LMS__", "steps": "10", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"last\", \"dom_extractor\": \"[...document.querySelectorAll('table tbody tr')].some(r => r.cells[1]?.innerText.trim() === '12/31/2025' && r.cells[2]?.innerText.trim() === '0.375' && r.cells[3]?.innerText.trim() === 'Regression testing after bug fixing') ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify the overtime request (0.375 day = 3 hours) on Dec 31 2025 with correct reason exists.\"}}"} {"task_id": "140", "task_description": "Delete the account of user \"account.test.6@mynes.com\".", "task_type": "operation", "start_url": "__LMS__", "steps": "4", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"__LMS__/users/edit/6\", \"dom_extractor\": \"document.querySelector('#email') ? '0' : '1'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify that the user account.test.6@mynes.com no longer exists and the email field is not present.\"}}"} {"task_id": "141", "task_description": "Update the email of user \"account.test.7@mynes.com\" to \"internship.test.7@mynes.com\".", "task_type": "operation", "start_url": "__LMS__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"__LMS__/users/edit/7\", \"dom_extractor\": \"document.querySelector('#email')?.value\", \"match_type\": \"exact\", \"match_value\": \"internship.test.7@mynes.com\", \"description\": \"Verify the updated email value for this user.\"}}"} {"task_id": "142", "task_description": "Change the position of user \"account.test.4@mynes.com\" from Employee to Manager.", "task_type": "operation", "start_url": "__LMS__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"__LMS__/users/edit/4\", \"dom_extractor\": \"document.querySelector('#txtPosition')?.value\", \"match_type\": \"exact\", \"match_value\": \"Manager\", \"description\": \"Verify the user's position is updated to Manager.\"}}"} {"task_id": "143", "task_description": "Grant administrator rights to \"admin.test.8@mynes.com\".", "task_type": "operation", "start_url": "__LMS__", "steps": "5", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"__LMS__/users/edit/10\", \"dom_extractor\": \"document.querySelector('select[name=\\\"role[]\\\"] option[value=\\\"1\\\"]')?.selected ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify that administrator role is selected.\"}}"} {"task_id": "144", "task_description": "Reject the leave request submitted by the user \"pm ONE\" for December 10, adding a comment indicating insufficient balance.", "task_type": "operation", "start_url": "__LMS__", "steps": "5", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"__LMS__/leaves/requests/14\", \"dom_extractor\": \"document.querySelector('select[name=\\\"status\\\"] option[selected]')?.innerText\", \"match_type\": \"exact\", \"match_value\": \"Rejected\", \"description\": \"Verify the leave request is marked as Rejected.\"}}"} {"task_id": "145", "task_description": "Edit the leave date from \"September 9\" to \"September 11\".", "task_type": "operation", "start_url": "__LMS__", "steps": "9", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"__LMS__/leaves/leaves/5\", \"dom_extractor\": \"(document.querySelector('input[name=\\\"startdate\\\"]')?.value === '09/11/2025' && document.querySelector('input[name=\\\"enddate\\\"]')?.value === '09/11/2025' && document.querySelector('input[name=\\\"duration\\\"]')?.value === '1.000' && document.querySelector('select[name=\\\"type\\\"] option[selected]')?.innerText.trim().toLowerCase() === 'paid leave') ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify the leave request was updated to Sept 11, 2025 with duration 1.000 and type Paid Leave.\"}}"} {"task_id": "146", "task_description": "Set the default time zone of user account.test.1@mynes.com to Asia/Ho_Chi_Minh.", "task_type": "operation", "start_url": "__LMS__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"__LMS__/users/edit/2\", \"dom_extractor\": \"document.querySelector('#select2-timezone-container')?.innerText\", \"match_type\": \"exact\", \"match_value\": \"Asia/Ho_Chi_Minh\", \"description\": \"Verify that the user's default time zone is set to Asia/Ho_Chi_Minh.\"}}"} {"task_id": "147", "task_description": "Grant a 12-day \"Paid Leave\" entitlement to \"account.test.3@mynes.com\" for the full year 2025.", "task_type": "operation", "start_url": "__LMS__", "steps": "12", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"__LMS__/hr/counters/employees/3\", \"dom_extractor\": \"([...document.querySelectorAll('#entitleddaysemployee tbody tr')].some(r => r.cells[0]?.innerText.trim()==='01/01/2025' && r.cells[1]?.innerText.trim()==='12/31/2025' && r.cells[2]?.innerText.trim()==='12.00' && r.cells[3]?.innerText.trim()==='paid leave')) ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify a 12-day Paid Leave entitlement is granted for full year 2025.\"}}"} {"task_id": "148", "task_description": "Create a new department named \"Accountant\", then assign user \"account.test.8@mynes.com\" to this department ", "task_type": "operation", "start_url": "__LMS__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"__LMS__/users/edit/9\", \"dom_extractor\": \"document.querySelector('#txtEntity')?.value\", \"match_type\": \"exact\", \"match_value\": \"Accountant\", \"description\": \"Verify that the user's department is set to Accountant.\"}}"} {"task_id": "149", "task_description": "Create a new position named \"Internship\" and change position of user \"internship2\" to internship", "task_type": "operation", "start_url": "__LMS__", "steps": "10", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"type\": \"dom_match\", \"url\": \"__LMS__/users/edit/7\", \"dom_extractor\": \"document.querySelector('#txtPosition')?.value\", \"match_type\": \"exact\", \"match_value\": \"Internship\", \"description\": \"Verify that the user's position is set to Internship.\"}}"} {"task_id": "150", "task_description": "Display all my leave requests currently marked as Requested.", "task_type": "lookup", "start_url": "__LMS__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"url_match\", \"dom_match\"], \"url_match\": {\"type\": \"url_match\", \"match_type\": \"exact\", \"match_value\": \"__LMS__/leaves\"}, \"dom_match\": {\"type\": \"dom_match\", \"url\": \"last\", \"dom_extractor\": \"([...document.querySelectorAll('tbody tr')].every(r => r.cells[6]?.innerText.trim() === 'Requested')) ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify that all displayed leave requests are marked as Requested.\"}}"} {"task_id": "151", "task_description": "Set a yearly cap of 5 days for 'paternity leave' for all employees in this full year", "task_type": "operation", "start_url": "__LMS__", "steps": "14", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__LMS__/requests/balance\", \"dom_extractor\": \"[...document.querySelectorAll('#balance tbody tr')].every(r => r.cells[[...document.querySelectorAll('#balance thead th')].findIndex(th => th.innerText.trim() === 'paternity leave')]?.innerText.trim() === '5') ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify that the paternity leave yearly cap is set to 5 days for all employees\"}}"} {"task_id": "152", "task_description": "Create a 'Sick leave' request for employee 'account.test.1@mynes.com' on Jan, 3 2026", "task_type": "form", "start_url": "__LMS__", "steps": "10", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__LMS__/hr/leaves/2\", \"dom_extractor\": \"[...document.querySelectorAll('tbody tr')].some(r => r.innerText.includes('01/03/2026') && r.innerText.includes('Sick leave')) ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify that a Sick leave request exists on 01/03/2026\"}}"} {"task_id": "153", "task_description": "Create a new product attribute named \"Fabric\" using Dropdown as the Catalog Input Type, with the options Cotton, Wool, and Polyester. After saving, reopen the attribute and review its properties.", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "12", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"return (() => { const values = [...document.querySelectorAll('#manage-options-panel tbody input[name^=\\\"option[value]\\\"][name$=\\\"[0]\\\"]')].map(i => i.value.trim()); const expected = ['Cotton','Wool','Polyester']; return (values.length === 3 && expected.every(v => values.includes(v))) ? '1' : '0'; })();\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify the attribute contains exactly three options: Cotton, Wool, Polyester\"}}"} {"task_id": "154", "task_description": "Create a customer group named \"Wholesale-5\" and create a catalog price rule that applies a 5% discount to this customer group. After saving, reopen this catalog price rule, expand the Actions section, and review the customer group and discount details.", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "14", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"(() => { const simpleAction = document.querySelector('select[name=\\\"simple_action\\\"]')?.value; const discountAmount = document.querySelector('input[name=\\\"discount_amount\\\"]')?.value || ''; const selectedGroups = [...document.querySelector('select[name=\\\"customer_group_ids\\\"]')?.selectedOptions || []].map(o => o.textContent.trim()); return (simpleAction === 'by_percent' && discountAmount.includes('5') && selectedGroups.includes('Wholesale-5')) ? '1' : '0'; })()\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify discount rule uses by_percent, discount amount contains 5, and Wholesale-5 customer group is selected\"}}"} {"task_id": "155", "task_description": "Create a new attribute set named \"CustomSet01\" based on the Default attribute set. Then add the unassigned attribute \"color\" to this attribute set under the Product Details group. After saving, reopen this attribute set and review its details.", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "12", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"(() => document.querySelector('input[name=\\\"attribute_set_name\\\"]')?.value?.trim() === 'CustomSet01' && [...document.querySelectorAll('li')].some(li => li.textContent.includes('Product Details') && li.textContent.toLowerCase().includes('color')) ? '1' : '0')()\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify attribute set name is CustomSet01 and Color exists under Product Details\"}}"} {"task_id": "156", "task_description": "Create a new admin user with the email \"admin.test.8@mynes.com\n\". In the Current User Identity Verification section, enter the current admin password \"Admin@123\" to confirm the action.", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"(() => [...document.querySelectorAll('tbody tr')].some(tr => tr.querySelector('[data-column=\\\"email\\\"]')?.textContent.trim() === 'admin.test.8@mynes.com' && tr.querySelector('[data-column=\\\"role_name\\\"]')?.textContent.trim() === 'Administrators') ? '1' : '0')()\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify the new admin user with email admin.test.8@mynes.com appears in the Users grid and has Administrators role\"}}"} {"task_id": "157", "task_description": "Create a new CMS block named \"Homepage Promo Banner\" with identifier \"homepage-promo-banner\". Set the content HTML to \"

Spring Sale Up to 30%

\". After saving, reopen this CMS block and review its details.", "task_type": "form", "start_url": "__SHOPPING_ADMIN__", "steps": "12", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('.placeholder-html-code')?.innerText.trim()\", \"match_type\": \"contains\", \"match_value\": \"Spring Sale Up to 30%\", \"description\": \"Verify PageBuilder HTML content contains 'Spring Sale Up to 30%'\"}}"} {"task_id": "158", "task_description": "Refresh the lifetime statistics for all reports, then view the Invoice Report for the date range from March 10, 2025 to March 31, 2025.", "task_type": "lookup", "start_url": "__SHOPPING_ADMIN__", "steps": "18", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"((document.querySelector('#sales_report_from')?.value.trim() === '3/10/25') && (document.querySelector('#sales_report_to')?.value.trim() === '3/31/25') && [...document.querySelectorAll('tr.totals')].some(r => r.cells[1]?.innerText.trim() === '2' && r.cells[3]?.innerText.trim() === '$76.03')) ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify invoice report for March 10–31, 2025 has total orders = 2 and total invoiced = $76.03.\"}}"} {"task_id": "159", "task_description": "Create an API integration named \"CatalogAPIOnly\" with email \"account.test.2@mynes.com\" and confirm password \"Admin@123\".\nGrant access to Catalog API resources only, then open the integration details to review API Resources.", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "10", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"[...document.querySelectorAll('tbody tr')].some(tr => tr.querySelector('[data-column=\\\"name\\\"]')?.innerText.trim() === 'CatalogAPIOnly') ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify there is an API integration named CatalogAPIOnly\"}}"} {"task_id": "160", "task_description": "Open the Customers Orders Total report and verify the order total value on March 21, 2025.", "task_type": "operation", "start_url": "__SHOPPING_ADMIN__", "steps": "10", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('tfoot [data-column=\\\"orders_sum_amount\\\"]')?.innerText.trim()\", \"match_type\": \"contains\", \"match_value\": \"29\", \"description\": \"Verify total order amount is $29.00\"}}"} {"task_id": "161", "task_description": "Create a new bug in project 'Demo-Project' with subject 'Homepage Banner Not Loading', and assign it to 'Agent Merkle'.", "task_type": "operation", "start_url": "__PROJECT__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('h2')?.innerText.includes('Bug') && document.querySelector('.assigned-to .value')?.innerText.includes('Agent Merkle') ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify the issue is a Bug and assigned to Agent Merkle\"}}"} {"task_id": "162", "task_description": "Change the priority of issue #1 in project 'Demo-Project' to 'Urgent'.", "task_type": "operation", "start_url": "__PROJECT__", "steps": "7", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/issues/1\", \"dom_extractor\": \"document.querySelector('.priority .value')?.innerText.trim()\", \"match_type\": \"exact\", \"match_value\": \"Urgent\", \"description\": \"Verify issue priority is exactly Urgent\"}}"} {"task_id": "163", "task_description": "Log 4 hours and 30 minutes of time to issue #1 in the 'Demo-Project' project with the activity 'Development'.", "task_type": "operation", "start_url": "__PROJECT__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/projects/demo-project/time_entries\", \"dom_extractor\": \"[...document.querySelectorAll('tbody tr')].some(tr => tr.querySelector('td.issue')?.innerText.includes('Bug #1') && tr.querySelector('td.activity')?.innerText.trim() === 'Development' && tr.querySelector('td.hours')?.innerText.trim() === '4:30') ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify there is a time entry for Bug #1 with activity Development and logged time 4:30\"}}"} {"task_id": "164", "task_description": "Update the % Done of the time entry for issue #1 in 'Demo-Project' to 50%.", "task_type": "operation", "start_url": "__PROJECT__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/issues/1\", \"dom_extractor\": \"document.querySelector('.progress .percent')?.innerText.trim()\", \"match_type\": \"exact\", \"match_value\": \"50%\", \"description\": \"Verify % Done of issue #1 is updated to 50%\"}}"} {"task_id": "165", "task_description": "Create a new tracker named 'Security Bug' and enable it for all projects.", "task_type": "operation", "start_url": "__PROJECT__", "steps": "7", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/trackers\", \"dom_extractor\": \"[...document.querySelectorAll('table.trackers tbody tr')].some(tr => tr.querySelector('td.name')?.innerText.trim().toLowerCase() === 'security bug') ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify there is a tracker named Security Bug\"}}"} {"task_id": "166", "task_description": "Create a new time tracking activity named 'Bug Fixing'.", "task_type": "operation", "start_url": "__PROJECT__", "steps": "5", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"__PROJECT__/enumerations\", \"dom_extractor\": \"[...document.querySelectorAll('table.enumerations tbody tr')].some(tr => tr.querySelector('td.name')?.innerText.trim() === 'Bug Fixing') ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify there is a time tracking activity named Bug Fixing\"}}"} {"task_id": "167", "task_description": "Update my Date of Birth to Dec 31, 2000 and then save the changes, and verify the updated value", "task_type": "operation", "start_url": "__ERP__", "steps": "6", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('input[data-field=\\\"birthday\\\"]')?.value\", \"match_type\": \"exact\", \"match_value\": \"12/31/2000\", \"description\": \"Verify Date of Birth is updated to Dec 31, 2000\"}}"} {"task_id": "168", "task_description": "Add and enable custom checkbox 'Allow Remote Work' for employee Anita Olivier and save the changes", "task_type": "operation", "start_url": "__ERP__", "steps": "10", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"[...document.querySelectorAll('.o_property_field')].some(f => f.querySelector('label span')?.innerText.trim() === 'Allow Remote Work' && f.querySelector('input[type=\\\"checkbox\\\"]')) ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Verify the property 'Allow Remote Work' exists and is a checkbox\"}}"} {"task_id": "169", "task_description": "Mark the opportunity 'Modern Open Space' as Lost with reason \"Budget Issue\"", "task_type": "operation", "start_url": "__ERP__", "steps": "8", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('.o_widget_web_ribbon .ribbon-top-right span')?.innerText.trim() === 'LOST' && document.querySelector('input[id^=\\\"lost_reason_id\\\"]')?.value.trim() === 'Budget Issue' ? '1' : '0'\", \"match_type\": \"exact\", \"match_value\": \"1\", \"description\": \"Opportunity is marked as LOST and Lost Reason is Budget Issue\"}}"} {"task_id": "170", "task_description": "Navigate to the Lost opportunities list", "task_type": "operation", "start_url": "__ERP__", "steps": "5", "require_login": true, "eval": "{\"eval_type\": [\"dom_match\"], \"dom_match\": {\"url\": \"last\", \"dom_extractor\": \"document.querySelector('.o_searchview_facet .o_facet_value')?.innerText.trim()\", \"match_type\": \"exact\", \"match_value\": \"Lost\", \"description\": \"Lost opportunities list is displayed\"}}"}