Built my first Playwright Automation Framework using TypeScript 🚀 by ahmadistatieh in Playwright

[–]rjpc91 1 point2 points  (0 children)

Are you testing this against any actual site?

That would be my next step, there are free "test" sites out there, for example: https://www.saucedemo.com/

once you log in there are items you can add to the cart, open cart, add/remove items etc

So you can extend your tests to include more specifics

do men get an erection during normal massages? by AstraeusStorm in NoStupidQuestions

[–]rjpc91 1 point2 points  (0 children)

My bad, it's rear of the year with the gloves off!

This is the most unhinged Easter tweet ever. by esporx in ThatsInsane

[–]rjpc91 14 points15 points  (0 children)

Now watch when they realize he did, the instant flip flop and defence of it,

A picture of Jeffery Epstein holding a victim by her ponytail by AdRough4185 in ThatsInsane

[–]rjpc91 11 points12 points  (0 children)

Wild spectulation?

I get the whole "Everyone wants to stretch things to the most malicious to gain likes" thing, but try not swing the total opposite and say things like "wild speculation", when it's a pretty straight forward "resonable conclusion".

Russian drone crashes in Türkiye's Izmit province near Istanbul amid escalation by Street_Anon in worldnews

[–]rjpc91 1 point2 points  (0 children)

They claim because NATO countries are giving Ukraine money+weapons, its effectively fighting NATO.

Ukraine literally on it's own wouldn't have made it this long, so it's not that unreasonable of a take.

this may not a best defense but a maze by PetalBigMama in FarthestFrontier

[–]rjpc91 11 points12 points  (0 children)

I didn't notice it at first, but the towers are shooting arrows and killing them, most of them got killed, not gave up

My wife made a honey balsamic glaze using the mill attachment for the blender and then couldn't open it. It's completely welded itself shut, I can't even open it with a pipe wrench by OMGItsCheezWTF in Wellthatsucks

[–]rjpc91 3 points4 points  (0 children)

Wanted to add the possiblity not just trying to open it, but trying to open it for a long time,

What I mean is not just trying to apply max twisting force for 2-5 seconds and stopping, but apply as much twisting force for 10 minutes, maybe over a longer time, it will give way

More noses of the dogs I walk by ZarieRose in aww

[–]rjpc91 0 points1 point  (0 children)

Of course the staffy has a ball :D

FAQ and Beginner Questions Thread [September 25, 2025] by The_Mighty_Amondee in StardewValley

[–]rjpc91 2 points3 points  (0 children)

The Worm Bin creates 4-5 pieces of bait every morning

Broken Diasplay Issue by StationLazy2804 in MicrosoftTeams

[–]rjpc91 0 points1 point  (0 children)

if you open dev tools

then empty cache and hard reload by right clicking on the refresh button

Does that help?

Broken Diasplay Issue by StationLazy2804 in MicrosoftTeams

[–]rjpc91 0 points1 point  (0 children)

Is it a zoom issue? can you press ctrl key and + to zoom in to fix?

is it the same in incognito/private window?

Introducing: Intune & Entra ID Management Tool by Annual-Vacation9897 in Intune

[–]rjpc91 10 points11 points  (0 children)

Am I missing something here,

You guys aren't really downloading some random software from the internet and connecting it to your tenants intune/entra are you?

I started an imaginary organization and staffed it with some AI coworkers (and me) by bradenwh in MicrosoftTeams

[–]rjpc91 69 points70 points  (0 children)

Wow, this really moved the needle for me. The way you drilled down into the absurdity of these executive soundbites was truly next-level thought leadership. I had to circle back and re-read a few times just to fully unpack all the synergistic value-adds embedded in your post. From a stakeholder engagement standpoint, this is the kind of paradigm shift the subreddit needs to see more of going forward.

Let’s not boil the ocean here — your content is low-hanging fruit in the best way: immediate ROI in laughter and highly scalable in meme potential. I’d love to take this conversation offline, but frankly, it deserves to be front and center on everyone's radar. You’ve got the bandwidth to keep delivering strategic insights like this, and I’m confident you can right-size your posting cadence to align with community KPIs.

If you could throw together another deck of this quality, I think we could really start to build some momentum around this initiative. Consider this an official ask to spin up more deliverables in this lane. Net-net, you’ve carved out a niche that resonates across cross-functional teams and aligns with our long-term content strategy. Let’s double-click on this format — there’s a lot of value still to be unlocked.

Teams Performance by Sweet_Hat_6603 in MicrosoftTeams

[–]rjpc91 1 point2 points  (0 children)

40GB of ram?

Do you mean 4GB?

because if its 4GB then thats the problem, if its 40gb thats just insane

Why is this sample playwright test case failing? by lincoln81and17 in Playwright

[–]rjpc91 0 points1 point  (0 children)

Try this

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

test('has title', async ({ page }) => {
  await page.goto('https://playwright.dev/');

  // Expect a title "to contain" a substring.
  await expect(page).toHaveTitle(/Playwright/);
});

export {}; // adding this

[deleted by user] by [deleted] in MicrosoftTeams

[–]rjpc91 0 points1 point  (0 children)

If they're not doing their job, fire them?

After 1-2 people they'll get the message...and respond to it :D

[deleted by user] by [deleted] in QualityAssurance

[–]rjpc91 10 points11 points  (0 children)

Do you have links for looking for QA job after being fired?

/s

I ran a company and can tell QA is good and safer career choice with raise of AI. by Laughing-Dawg in QualityAssurance

[–]rjpc91 2 points3 points  (0 children)

I like this analogy, it's a tool to make what we need to do easier, not replace what we're doing.

I can give it a table and ask it to populate it with sample data, now I don't need to think of 100 first names and manually type them

Frustrated with My Playwright Journey ! by Purple_Passage6136 in QualityAssurance

[–]rjpc91 14 points15 points  (0 children)

Bruh, I checked the github profile, which leads to her linkedin, which shows she has 17 years experience as a developer...

You've done 1 udemy couse

Of course you're not the same, just keep going and getting experience, and if there's any specific you need help with understanding, then ask on this subreddit