Skip to content

Commit

Permalink
fix: use correct reload button selector
Browse files Browse the repository at this point in the history
  • Loading branch information
garethbowen authored Nov 16, 2023
1 parent 99c024d commit 5d82c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/page-objects/default/about/about.wdio.page.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const userName = () => $('dt=User name');
const partners = () => $('.partners');
const version = () => $('[test-id="about-version"]');
const RELOAD_BUTTON = '.about.page .mat-primary';
const RELOAD_BUTTON = '.about.page .btn-primary';

const getPartnerImage = async (name) => {
await (await partners()).waitForDisplayed();
Expand Down

0 comments on commit 5d82c34

Please sign in to comment.