Skip to content

Commit 4d2fafd

Browse files
author
ci-bot
committed
remove pr tag
1 parent c8262a6 commit 4d2fafd

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

apps/remix-ide-e2e/src/tests/matomo-consent.test.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ module.exports = {
734734
/**
735735
* Simple pattern: User accepts cookies → has cookies + visitor ID → reload → same state
736736
*/
737-
'User accepts cookies #pr #group1': function (browser: NightwatchBrowser) {
737+
'User accepts cookies #group1': function (browser: NightwatchBrowser) {
738738
browser
739739
.perform(() => startFreshTest(browser))
740740
.perform(() => setupAndCheckState(browser, 'Initial state'))
@@ -753,7 +753,7 @@ module.exports = {
753753
/**
754754
* Simple pattern: User rejects cookies → no cookies + no visitor ID → reload → same anonymous state
755755
*/
756-
'User rejects cookies (anonymous mode) #pr #group2': function (browser: NightwatchBrowser) {
756+
'User rejects cookies (anonymous mode) #group2': function (browser: NightwatchBrowser) {
757757
browser
758758
.perform(() => startFreshTest(browser))
759759
.perform(() => setupAndCheckState(browser, 'Initial state'))
@@ -770,7 +770,7 @@ module.exports = {
770770
/**
771771
* Settings tab pattern: User switches preferences via Settings → Analytics
772772
*/
773-
'User switches settings via Settings tab #pr #group3': function (browser: NightwatchBrowser) {
773+
'User switches settings via Settings tab #group3': function (browser: NightwatchBrowser) {
774774
browser
775775
.perform(() => startFreshTest(browser))
776776
.perform(() => setupAndCheckState(browser, 'Initial state'))
@@ -800,7 +800,7 @@ module.exports = {
800800
/**
801801
* Simple pattern: Prequeue → Accept → Queue flush to cookie mode
802802
*/
803-
'Prequeue flush to cookie mode #pr #group4': function (browser: NightwatchBrowser) {
803+
'Prequeue flush to cookie mode #group4': function (browser: NightwatchBrowser) {
804804
browser
805805
.perform(() => startFreshTest(browser))
806806
.perform(() => setupAndCheckState(browser, 'Initial state'))
@@ -817,7 +817,7 @@ module.exports = {
817817
/**
818818
* Simple pattern: Prequeue → Reject → Queue flush to anonymous mode
819819
*/
820-
'Prequeue flush to anonymous mode #pr #group5': function (browser: NightwatchBrowser) {
820+
'Prequeue flush to anonymous mode #group5': function (browser: NightwatchBrowser) {
821821
browser
822822
.perform(() => startFreshTest(browser))
823823
.perform(() => setupAndCheckState(browser, 'Initial state'))
@@ -834,7 +834,7 @@ module.exports = {
834834
/**
835835
* Simple pattern: Test both tracking methods work with dimension 3
836836
*/
837-
'Event tracking verification (plugin + context) #pr #group6': function (browser: NightwatchBrowser) {
837+
'Event tracking verification (plugin + context) #group6': function (browser: NightwatchBrowser) {
838838
browser
839839
.perform(() => startFreshTest(browser))
840840
.perform(() => setupAndCheckState(browser, 'Initial state'))
@@ -868,7 +868,7 @@ module.exports = {
868868
* 3. Refresh page to trigger expiration check
869869
* 4. Verify consent dialog appears again
870870
*/
871-
'Consent expiration after 6 months #pr #group7': function (browser: NightwatchBrowser) {
871+
'Consent expiration after 6 months #group7': function (browser: NightwatchBrowser) {
872872
browser
873873
.perform(() => startFreshTest(browser))
874874

@@ -952,7 +952,7 @@ module.exports = {
952952
* 3. Test 7 months ago timestamp → should BE expired
953953
* 4. Validate the boundary calculation works correctly
954954
*/
955-
'Consent timestamp boundary test #pr #group8': function (browser: NightwatchBrowser) {
955+
'Consent timestamp boundary test #group8': function (browser: NightwatchBrowser) {
956956
browser
957957
.perform(() => startFreshTest(browser))
958958
.perform(() => rejectConsent(browser)) // User declines analytics

apps/remix-ide-e2e/src/tests/metamask.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ const tests = {
270270
.pause(1000)
271271
.journalChildIncludes('0xec72bbabeb47a3a766af449674a45a91a6e94e35ebf0ae3c644b66def7bd387f1c0b34d970c9f4a1e9398535e5860b35e82b2a8931b7c9046b7766a53e66db3d1b')
272272
},
273-
'Should add and run sendETH script on Sepolia using MetaMask #pr': function (browser: NightwatchBrowser) {
273+
'Should add and run sendETH script on Sepolia using MetaMask': function (browser: NightwatchBrowser) {
274274
browser
275275
.waitForElementPresent('*[data-id="remixIdeSidePanel"]')
276276
.clickLaunchIcon('filePanel')

0 commit comments

Comments
 (0)