Coder Social home page Coder Social logo

Comments (4)

stefanm361 avatar stefanm361 commented on July 22, 2024

The screenshot in 'Actual behaviour' was taken during a headed test using Webkit

from playwright.

yury-s avatar yury-s commented on July 22, 2024

Please follow the bug template and provide a self-contained reproduction example which we could run locally. We cannot debug screenshots.

from playwright.

stefanm361 avatar stefanm361 commented on July 22, 2024

Ok here is the code for the test:

import { test, expect } from '@playwright/test'

//Test not working in webkit, but successful in chromium and firefox

test('Verify Status', async ({page}) => {
test.setTimeout(60000)
await page.goto("https://smp6auto4-penweb.apps.okd.int.jea-engr.ca/admin1/penweb/app/search/membership")
await page.locator("//input[@data-name='username']").fill('[email protected]')
await page.locator("//input[@data-name='password']").fill('Passw0rd_1')
await page.locator("//button[@data-name='login.submit']").click()
await expect(page.locator("//div[@data-name='search.MEMBERSHIP']")).toBeVisible()
if (await page.locator("//div[@data-name='framework.layout.logoutReminder']").count() === 1){
await page.locator("//button[@data-name='framework.layout.logoutReminder']").click()
}
await page.locator("(//span[text()='Membership'])[1]").click()
await page.locator("(//div[@data-name='search.form.grid']//a)[1]").click()
await page.locator("//span[text()='Profile']/parent::button").click()
await page.locator("(//span[text()='Status'])[1]").click()
await page.locator("//button[@data-name='administration.membership.profile.status.add']").click()
await expect(page.locator("//form[@data-name='administration.membership.profile.status.add']")).toBeVisible()
})

from playwright.

yury-s avatar yury-s commented on July 22, 2024

I'm getting Error: page.goto: net::ERR_NAME_NOT_RESOLVED at https://smp6auto4-penweb.apps.okd.int.jea-engr.ca/admin1/penweb/app/search/membership, the page is not reachable. Would be nice if you could extract relevant code of the web app into self-contained project that doesn't depend on external servers.

from playwright.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.